--- language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - mistral - trl - llama-cpp base_model: LeroyDyer/Mixtral_AI_Cyber_4_m1_SFT datasets: - Open-Orca/OpenOrca --- https://github.com/spydaz # LeroyDyer/Mixtral_AI_Cyber_Orca-Q4_K_M-GGUF This model was converted to GGUF format from [`LeroyDyer/Mixtral_AI_Cyber_Orca`](https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_Orca) using llama.cpp. Refer to the [original model card](https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_Orca) for more details on the model. ## Use with llama.cpp ```bash brew install ggerganov/ggerganov/llama.cpp ``` ```bash llama-cli --hf-repo LeroyDyer/Mixtral_AI_Cyber_Orca-Q4_K_M-GGUF --model mixtral_ai_cyber_orca.Q4_K_M.gguf -p "The meaning to life and the universe is " ``` ```bash llama-server --hf-repo LeroyDyer/Mixtral_AI_Cyber_Orca-Q4_K_M-GGUF --model mixtral_ai_cyber_orca.Q4_K_M.gguf -c 2048 ```