| base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct | |
| language: | |
| - en | |
| library_name: transformers | |
| license: apache-2.0 | |
| license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct/blob/main/LICENSE | |
| pipeline_tag: text-generation | |
| tags: | |
| - code | |
| - codeqwen | |
| - chat | |
| - qwen | |
| - qwen-coder | |
| - llama-cpp | |
| - gguf-my-repo | |
| # ApprikatAI/Qwen2.5-Coder-1.5B-Instruct-FP16-GGUF | |
| This model was converted to GGUF format from [`Qwen/Qwen2.5-Coder-1.5B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space. | |
| Refer to the [original model card](https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct) for more details on the model. | |
| ## Use with llama.cpp | |
| Install llama.cpp through brew (works on Mac and Linux) | |
| ```bash | |
| brew install llama.cpp | |
| ``` | |
| Invoke the llama.cpp server or the CLI. | |
| ### CLI: | |
| ```bash | |
| llama-cli --hf-repo ApprikatAI/Qwen2.5-Coder-1.5B-Instruct-FP16-GGUF --hf-file qwen2.5-coder-1.5b-instruct-fp16.gguf -p "The meaning to life and the universe is" | |
| ``` | |
| ### Server: | |
| ```bash | |
| llama-server --hf-repo ApprikatAI/Qwen2.5-Coder-1.5B-Instruct-FP16-GGUF --hf-file qwen2.5-coder-1.5b-instruct-fp16.gguf -c 2048 | |
| ``` | |