From 19d47f2fae5341968ecf124fed6fba55bfd1a150 Mon Sep 17 00:00:00 2001 From: frederik Date: Sat, 29 Mar 2025 10:44:02 +0100 Subject: [PATCH] fix: the wheels do not require AVX anymore --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bc7c7dc..74cf92c 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,6 @@ To restore: That being said, some pointers: - Use Debian 12 - 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. ```