--- language: - en license: other tags: - pretrained - llama-cpp license_name: tongyi-qianwen-research license_link: https://huggingface.co/Qwen/Qwen1.5-0.5B/blob/main/LICENSE pipeline_tag: text-generation --- # ProCreations/Qwen1.5-0.5B-Q4_K_M-GGUF This model was converted to GGUF format from [`Qwen/Qwen1.5-0.5B`](https://huggingface.co/Qwen/Qwen1.5-0.5B) using llama.cpp. Refer to the [original model card](https://huggingface.co/Qwen/Qwen1.5-0.5B) for more details on the model. ## Use with llama.cpp ```bash brew install ggerganov/ggerganov/llama.cpp ``` ```bash llama-cli --hf-repo ProCreations/Qwen1.5-0.5B-Q4_K_M-GGUF --model qwen1.5-0.5b.Q4_K_M.gguf -p "The meaning to life and the universe is " ``` ```bash llama-server --hf-repo ProCreations/Qwen1.5-0.5B-Q4_K_M-GGUF --model qwen1.5-0.5b.Q4_K_M.gguf -c 2048 ```