I am getting "ValueError: Failed to load delegate from libedgetpu.so.1.0" repeatedly on frigate on docker inside LXC container on Proxmox host. I also Tried on a VM (with PCI bypass, and got the same error).
AFAIK TPU is detected on the system (both proxmox and LXC) I get the following output on LXC
LXC config
I am using Mini PCIe Accelerator (G650-04528-01 ) any help will be greatly appreciated. Above error is from frigate on docker but I get the same error when I try to run the sample project.
AFAIK TPU is detected on the system (both proxmox and LXC) I get the following output on LXC
Code:
root@pve:# ls /dev/apex_0
/dev/apex_0
root@pve:# lspci -nn | grep 089a
01:00.0 System peripheral [0880]: Global Unichip Corp. Coral Edge TPU [1ac1:089a]
LXC config
Code:
arch: amd64
cores: 4
features: nesting=1
hostname: frigate2
memory: 1024
mp0: STORE:vm-109-disk-0,mp=/mnt/STORE/,size=8G
net0: name=eth0,bridge=vmbr0,firewall=1,gw=10.0.18.1,hwaddr=AE:7F:40:F1:51:CA,ip=10.0.18.225/24,type=veth
ostype: debian
rootfs: VM:vm-109-disk-0,size=8G
swap: 512
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.cgroup2.devices.allow: c 29:0 rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.apparmor.profile: unconfined
lxc.cgroup2.devices.allow: a
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file 0, 0
lxc.mount.entry: /dev/apex_0 dev/apex_0 none bind,optional,create=file 0, 0
lxc.cap.drop:
lxc.mount.auto: cgroup:rw
CPU(s) 4 x Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz (1 Socket) |
Kernel Version Linux 5.15.102-1-pve #1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z) |
PVE Manager Version pve-manager/7.4-3/9002ab8a |
I am using Mini PCIe Accelerator (G650-04528-01 ) any help will be greatly appreciated. Above error is from frigate on docker but I get the same error when I try to run the sample project.
Last edited: