--- language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - llama - trl - llama-cpp base_model: liminerity/mm4.star --- # gate369/mm4.star-Q5_K_S-GGUF This model was converted to GGUF format from [`liminerity/mm4.star`](https://huggingface.co/liminerity/mm4.star) using llama.cpp. Refer to the [original model card](https://huggingface.co/liminerity/mm4.star) for more details on the model. ## Use with llama.cpp ```bash brew install ggerganov/ggerganov/llama.cpp ``` ```bash llama-cli --hf-repo gate369/mm4.star-Q5_K_S-GGUF --model mm4.star.Q5_K_S.gguf -p "The meaning to life and the universe is " ``` ```bash llama-server --hf-repo gate369/mm4.star-Q5_K_S-GGUF --model mm4.star.Q5_K_S.gguf -c 2048 ```