ApprikatAI's picture
Upload README.md with huggingface_hub
95b577b verified
metadata
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 using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

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:

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