Igor Urminček

Results 14 comments of Igor Urminček

It does not compile anymore: ``` % cargo build --release --features metal Compiling mistralrs-lora v0.1.1 (/Users/igo/playground/mistral.rs/mistralrs-lora) Compiling http-body-util v0.1.1 Compiling tokio-rayon v2.1.0 Compiling minijinja v1.0.21 Compiling rand_isaac v0.3.0 Compiling pin-project-internal...

Still failing ``` % cargo clean Removed 2821 files, 623.8MiB total % cargo build --release --features metal Compiling proc-macro2 v1.0.81 Compiling unicode-ident v1.0.12 Compiling libc v0.2.153 Compiling autocfg v1.2.0 Compiling...

Great! Finally some command that works: ```sh ./mistralrs_server --token-source none -i plain -m microsoft/Phi-3-mini-128k-instruct -a phi3 ``` Although it's much much slow compared to Ollama's phi3 (maybe because of different...

It leaks even with DEBUG=False. Question is why is this leak relevant only for django-elasticsearch-debug-toolbar and not for every debug-toolbar plugin?