Instructions to use cstr/DiscoLM_German_7b_v1_chat-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/DiscoLM_German_7b_v1_chat-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/DiscoLM_German_7b_v1_chat-GGUF # Run inference directly in the terminal: llama cli -hf cstr/DiscoLM_German_7b_v1_chat-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf cstr/DiscoLM_German_7b_v1_chat-GGUF # Run inference directly in the terminal: llama cli -hf cstr/DiscoLM_German_7b_v1_chat-GGUF
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/DiscoLM_German_7b_v1_chat-GGUF # Run inference directly in the terminal: ./llama-cli -hf cstr/DiscoLM_German_7b_v1_chat-GGUF
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/DiscoLM_German_7b_v1_chat-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf cstr/DiscoLM_German_7b_v1_chat-GGUF
Use Docker
docker model run hf.co/cstr/DiscoLM_German_7b_v1_chat-GGUF
- LM Studio
- Jan
- Ollama
How to use cstr/DiscoLM_German_7b_v1_chat-GGUF with Ollama:
ollama run hf.co/cstr/DiscoLM_German_7b_v1_chat-GGUF
- Unsloth Studio
How to use cstr/DiscoLM_German_7b_v1_chat-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for cstr/DiscoLM_German_7b_v1_chat-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for cstr/DiscoLM_German_7b_v1_chat-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for cstr/DiscoLM_German_7b_v1_chat-GGUF to start chatting
- Docker Model Runner
How to use cstr/DiscoLM_German_7b_v1_chat-GGUF with Docker Model Runner:
docker model run hf.co/cstr/DiscoLM_German_7b_v1_chat-GGUF
- Lemonade
How to use cstr/DiscoLM_German_7b_v1_chat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull cstr/DiscoLM_German_7b_v1_chat-GGUF
Run and chat with the model
lemonade run user.DiscoLM_German_7b_v1_chat-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
docs: add provenance / EU AI Act Art. 53 note
Browse files
README.md
CHANGED
|
@@ -17,3 +17,11 @@ GGUF conversion of [DiscoResearch/DiscoLM_German_7b_v1](https://huggingface.co/D
|
|
| 17 |
| `DiscoLM_German_7b_v1_chat-q4-k-m.gguf` | 4166 MB |
|
| 18 |
|
| 19 |
Compatible with [llama.cpp](https://github.com/ggml-org/llama.cpp) and other GGUF runtimes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
| `DiscoLM_German_7b_v1_chat-q4-k-m.gguf` | 4166 MB |
|
| 18 |
|
| 19 |
Compatible with [llama.cpp](https://github.com/ggml-org/llama.cpp) and other GGUF runtimes.
|
| 20 |
+
|
| 21 |
+
## Provenance and EU AI Act Art. 53 note
|
| 22 |
+
|
| 23 |
+
- **Upstream model:** [DiscoResearch/DiscoLM_German_7b_v1](https://huggingface.co/DiscoResearch/DiscoLM_German_7b_v1) — published by `DiscoResearch`.
|
| 24 |
+
- **Upstream licence:** `apache-2.0`. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
|
| 25 |
+
- **What was done here:** format conversion and/or quantisation only (GGUF). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
|
| 26 |
+
- **Training data:** documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository.
|
| 27 |
+
- **Provider status:** under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.
|