Instructions to use nisten/qwenv2-7b-inst-imatrix-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use nisten/qwenv2-7b-inst-imatrix-gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF # Run inference directly in the terminal: llama cli -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF # Run inference directly in the terminal: llama cli -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF # Run inference directly in the terminal: ./llama-cli -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF # Run inference directly in the terminal: ./build/bin/llama-cli -hf nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
Use Docker
docker model run hf.co/nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
- LM Studio
- Jan
- Ollama
How to use nisten/qwenv2-7b-inst-imatrix-gguf with Ollama:
ollama run hf.co/nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
- Unsloth Desktop
- Docker Model Runner
How to use nisten/qwenv2-7b-inst-imatrix-gguf with Docker Model Runner:
docker model run hf.co/nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
- Lemonade
How to use nisten/qwenv2-7b-inst-imatrix-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nisten/qwenv2-7b-inst-imatrix-gguf:F16_OUTPUTF
Run and chat with the model
lemonade run user.qwenv2-7b-inst-imatrix-gguf-F16_OUTPUTF
List all available models
lemonade list
- Atomic Chat
Good conversion from bf16 down instead of from f16
Browse files
.gitattributes
CHANGED
|
@@ -46,3 +46,4 @@ qwen7bq4kembeddingf16outputf16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
qwen7bq4xsembedding8output8.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
qwen7bq4xsoutput6k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
8bitimatrix.dat filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 46 |
qwen7bq4xsembedding8output8.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
qwen7bq4xsoutput6k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
8bitimatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
qwenv2instruct7b_q8.gguf filter=lfs diff=lfs merge=lfs -text
|
qwenq8v2.gguf → qwenv2instruct7b_q8.gguf
RENAMED
|
File without changes
|