Zachary Vorhies

Results 157 comments of Zachary Vorhies

There was a change in how the hf_token was being passed and this broke some stuff. I've merged in a fix for this. You should upgrade and see if the...

I'm currently attempting to put an instance of transcribe-anything into a docker instance and will share that if i'm successful.

Dockerfile is done: https://github.com/zackees/transcribe-anything/blob/main/Dockerfile Basically on linux there are problems with the `transcribe-anything` finding the right shared objects. I dont' know why this only happens on linux. But anyway, see...

Linux has issues with binding to the CUDA core on linux. I haven't figured it out yet. Dockerfile can be modified if it only supports `--device insane` right now.

Also hitting it: Droplet Instance Ubuntu 24.10 Image: s-2vcpu-4gb, but any will probably work with enough ram Install: ```bash apt install -y python3 python3-pip pip install uv --break-system-packages uv venv...

Are you on Ubuntu 24? There's a known compatibility issue. Downgrade to Ubuntu 22

I've detached the leds from the api object and confirmed it works great. The array variable at the end of the struct needs to be converted to a pointer and...

By the way, a super fast cloud compiler for platformio would be amazing. There is so much caching that can be done between all these different projects. There is also...

> Platformio has a [build cache](https://docs.platformio.org/en/latest/projectconf/sections/platformio/options/directory/build_cache_dir.html) but for small files, I'm not convinced that it's any faster than just recompiling the objects anyway - which it does completely too much....