--- language: - en - es license: cc-by-nc-4.0 tags: - llama-cpp pipeline_tag: text-generation --- # ovieyra21/BigMistral-11b-GLUED-Q8_0-GGUF This model was converted to GGUF format from [`athirdpath/BigMistral-11b-GLUED`](https://huggingface.co/athirdpath/BigMistral-11b-GLUED) using llama.cpp. Refer to the [original model card](https://huggingface.co/athirdpath/BigMistral-11b-GLUED) for more details on the model. ## Use with llama.cpp ```bash brew install ggerganov/ggerganov/llama.cpp ``` ```bash llama-cli --hf-repo ovieyra21/BigMistral-11b-GLUED-Q8_0-GGUF --model bigmistral-11b-glued.Q8_0.gguf -p "The meaning to life and the universe is " ``` ```bash llama-server --hf-repo ovieyra21/BigMistral-11b-GLUED-Q8_0-GGUF --model bigmistral-11b-glued.Q8_0.gguf -c 2048 ```