ProCreations's picture
Upload README.md with huggingface_hub
dce1e33 verified
metadata
language:
  - en
license: other
tags:
  - pretrained
  - llama-cpp
license_name: tongyi-qianwen-research
license_link: https://huggingface.co/Qwen/Qwen1.5-4B/blob/main/LICENSE
pipeline_tag: text-generation

ProCreations/Qwen1.5-4B-Q5_0-GGUF

This model was converted to GGUF format from Qwen/Qwen1.5-4B using llama.cpp. Refer to the original model card for more details on the model.

Use with llama.cpp

brew install ggerganov/ggerganov/llama.cpp
llama-cli --hf-repo ProCreations/Qwen1.5-4B-Q5_0-GGUF --model qwen1.5-4b.Q5_0.gguf -p "The meaning to life and the universe is "
llama-server --hf-repo ProCreations/Qwen1.5-4B-Q5_0-GGUF --model qwen1.5-4b.Q5_0.gguf -c 2048