fix: the wheels do not require AVX anymore

This commit is contained in:
frederik
2025-03-29 10:44:02 +01:00
parent fb65cda24e
commit 19d47f2fae
-2
View File
@@ -158,8 +158,6 @@ To restore:
That being said, some pointers: That being said, some pointers:
- Use Debian 12 - Use Debian 12
- The user needs passwordless sudo - The user needs passwordless sudo
- We use a custom TFLite build that needs AVX2 support. So Intel Haswell or newer, not sure what that means for AMD cpu's, let me know if you do.
- Some people get around the previous point by uninstalling `tflite_runtime` and replacing with `tensorflow` in the `./birdnet` venv. But beware: analysis will be slower, and the older v1 model won't work.
For Proxmox, a user has reported adding this in their `cpu-models.conf`, in order for the custom TFLite build to work. For Proxmox, a user has reported adding this in their `cpu-models.conf`, in order for the custom TFLite build to work.
``` ```