Timothy Stewart
Timothy Stewart
@sunil-s thanks for checking that out, I switch to python 3.7 (as noted in the setup.py) I almost found success there, installed via `pip install -e .`, however now I...
Hey @sunil-s I think I have a fix for the map issue, I'll make a separate issue and then push a PR for it. Windows ahh! lol (Unfortunately I dev...
after build switch back original ffmpeg with `brew link ffmpeg@#` replace `#` with your previous version
> > > I fixed my error with this method. Where is this setting?
@loretoparisi Ya i'm thinking along the same lines and trying to make sense here. There are 8bit and 4bit quantized, the original and the huggingface versions... I think [C++ inference](https://github.com/ggerganov/llama.cpp)...
Ah ok, so your suppose to get the original released weights and the C++ code converts it? Also I found an original weight [torrent link](https://files.catbox.moe/o8a7xw.torrent) and its going extremely fast,...
ah I see what you mean, *swapping disk resources*

I think I found it, you need to call `server.update_value(service_uuid, char_uuid)` to notify, I would of suspected a callback similar to `read_request_func` , `write_request_func`... I'd recommend an api such as...