Patrick Jezek

Results 3 comments of Patrick Jezek

Wasn’t `alloy_user_groups` added with: [#212](https://github.com/grafana/grafana-ansible-collection/pull/212)?

I tried the following: build: `LLAMA_METAL=1 make falcon_main falcon_quantize falcon_perplexity` then run the model with: `./falcon_main -t 4 -ngl 100 -b 1 -m ../Models/WizardLM-Uncensored-Falcon-7B-GGML/wizardlm-7b-uncensored.ggccv1.q4_0.bin -enc -p "write a story about...

Hello @ishanjainn Thanks for merging. Please review comment: [2388057978](https://github.com/grafana/grafana-ansible-collection/pull/212#issuecomment-2388057978), because it broke [#212](https://github.com/grafana/grafana-ansible-collection/pull/212)! It reverts this: ``` git diff 8dbd124a04d2d68689fa7fa3be91db3b077b7589 install.yml index b78a953..d39c97b 100644 --- a/roles/alloy/tasks/install.yml +++ b/roles/alloy/tasks/install.yml @@ -6,37...