Jérémy de Gail

Results 3 issues of Jérémy de Gail

When running jina flow locally with an M1 chip, I noticed you needed to use a different version of jax to run it. See [here](https://github.com/google/jax/issues/5501). Having `jax == 0.2.10` does...

Hi team, I have a LMQL server running on one machine like this: ``` python MODEL_NAME = "llama.cpp:/home/ubuntu/Desktop/models/TheBloke/Yarn-Llama-2-13B-128K-GGUF/yarn-llama-2-13b-128k.Q4_K_M.gguf" lmql.serve(model_name=MODEL_NAME, n_gqa=8, n_gpu_layers=100, n_ctx=2000) ``` and I am making request to this...

enhancement

Hi there, I have been trying to run the project in a docker container. I managed to have this screen : ![image](https://github.com/sdfxai/sdfx/assets/17747150/cf2ece28-e54d-4ee2-af25-67b88bbf4dfe) However, the following errors are preventing me from...