跳到内容


Proxmox

Proxmox 上 ALPR 安装问题

如果您在 Proxmox 主机上运行的虚拟机中的 Windows 上安装 CodeProject.AI Server,并且在安装 ALPR 模块时看到以下内容,您将收到错误:

仅文本
ALPR_adapter.py: Error: Your machine doesn't support AVX, but the
installed PaddlePaddle is avx core, you should reinstall paddlepaddle with no-avx core.

您可能需要将 Proxmox 中的 CPU 类型更改为“Host”,以暴露 AVX 指令集。为此,单击虚拟机并将其关闭。然后单击硬件 -> 处理器 -> 编辑 -> 并将类型设置为 Host。

另一种选择是创建特定的 CPU 模型,然后将您希望的适当标志添加到这些模型中,如 Proxmox 手册中的此处所述:Manual: cpu-models.conf - Proxmox VE


© . All rights reserved.