paul-stansifer's picture
Add README
38e2619 verified
|
Raw
History Blame Contribute Delete
515 Bytes
---
tags:
- gguf
- llama.cpp
- unsloth
---
# qw3-llama2-7b-1x2e-4 - GGUF
This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
**Example usage**:
- For text only LLMs: **llama-cli** **--hf** repo_id/model_name **-p** "why is the sky blue?"
- For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
## Available Model files:
- `llama-2-7b.Q2_K.gguf`
## Ollama
An Ollama Modelfile is included for easy deployment.