GGUF
German
English
Merge
mergekit
cstr/Spaetzle-v80-7b
cstr/Spaetzle-v79-7b
cstr/Spaetzle-v81-7b
cstr/Spaetzle-v71-7b
conversational
Instructions to use cstr/Spaetzle-v85-7b-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 cstr/Spaetzle-v85-7b-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 cstr/Spaetzle-v85-7b-GGUF:F32 # Run inference directly in the terminal: llama cli -hf cstr/Spaetzle-v85-7b-GGUF:F32
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf cstr/Spaetzle-v85-7b-GGUF:F32 # Run inference directly in the terminal: llama cli -hf cstr/Spaetzle-v85-7b-GGUF:F32
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 cstr/Spaetzle-v85-7b-GGUF:F32 # Run inference directly in the terminal: ./llama-cli -hf cstr/Spaetzle-v85-7b-GGUF:F32
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 cstr/Spaetzle-v85-7b-GGUF:F32 # Run inference directly in the terminal: ./build/bin/llama-cli -hf cstr/Spaetzle-v85-7b-GGUF:F32
Use Docker
docker model run hf.co/cstr/Spaetzle-v85-7b-GGUF:F32
- LM Studio
- Jan
- Ollama
How to use cstr/Spaetzle-v85-7b-GGUF with Ollama:
ollama run hf.co/cstr/Spaetzle-v85-7b-GGUF:F32
- Unsloth Desktop
- Docker Model Runner
How to use cstr/Spaetzle-v85-7b-GGUF with Docker Model Runner:
docker model run hf.co/cstr/Spaetzle-v85-7b-GGUF:F32
- Lemonade
How to use cstr/Spaetzle-v85-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull cstr/Spaetzle-v85-7b-GGUF:F32
Run and chat with the model
lemonade run user.Spaetzle-v85-7b-GGUF-F32
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- spaetzle-v85-7b.Q6_K-f32.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
spaetzle-v85-7b.Q4_K_M-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
spaetzle-v85-7b.Q4_0-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
spaetzle-v85-7b.Q4_K_M-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
spaetzle-v85-7b.Q4_0-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
spaetzle-v85-7b.Q6_K-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
spaetzle-v85-7b.Q6_K-f32.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46212872a248cd6846526245c44bab96aa948b55fa5763461857fe11b8bd7db4
|
| 3 |
+
size 5942065248
|