--- language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - mistral - trl - llama-cpp base_model: LeroyDyer/Mixtral_AI_Cyber_Orca --- https://github.com/spydaz # LeroyDyer/Mixtral_AI_Cyber_Dolphin-Q4_K_M-GGUF This model was converted to GGUF format from [`LeroyDyer/Mixtral_AI_Cyber_Dolphin`](https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_Dolphin) using llama.cpp. Refer to the [original model card](https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_Dolphin) 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_Dolphin-Q4_K_M-GGUF --model mixtral_ai_cyber_dolphin.Q4_K_M.gguf -p "The meaning to life and the universe is " ``` ```bash llama-server --hf-repo LeroyDyer/Mixtral_AI_Cyber_Dolphin-Q4_K_M-GGUF --model mixtral_ai_cyber_dolphin.Q4_K_M.gguf -c 2048 ```