Instructions to use mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/discolm-kunoichi-7b-german-v0.1-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 mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
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 mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
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 mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF with Ollama:
ollama run hf.co/mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/discolm-kunoichi-7b-german-v0.1-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 mradermacher/discolm-kunoichi-7b-german-v0.1-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 mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/discolm-kunoichi-7b-german-v0.1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.discolm-kunoichi-7b-german-v0.1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files- .gitattributes +12 -0
- discolm-kunoichi-7b-german-v0.1.IQ4_XS.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q2_K.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q3_K_L.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q3_K_M.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q3_K_S.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q4_K_M.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q4_K_S.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q5_K_M.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q5_K_S.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q6_K.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.Q8_0.gguf +3 -0
- discolm-kunoichi-7b-german-v0.1.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
discolm-kunoichi-7b-german-v0.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
discolm-kunoichi-7b-german-v0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
discolm-kunoichi-7b-german-v0.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
discolm-kunoichi-7b-german-v0.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
discolm-kunoichi-7b-german-v0.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
discolm-kunoichi-7b-german-v0.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
discolm-kunoichi-7b-german-v0.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
discolm-kunoichi-7b-german-v0.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
discolm-kunoichi-7b-german-v0.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
discolm-kunoichi-7b-german-v0.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
discolm-kunoichi-7b-german-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
discolm-kunoichi-7b-german-v0.1.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
discolm-kunoichi-7b-german-v0.1.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:506955d779e690fa01ab40db531e21e32aeeb1f1da7cfbfa62c8b2bf8f4a81f5
|
| 3 |
+
size 3944389344
|
discolm-kunoichi-7b-german-v0.1.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae379cea80207731aa2ac98d43306ddde9c5c6cac9f7a2315519d0668fa57884
|
| 3 |
+
size 2719242976
|
discolm-kunoichi-7b-german-v0.1.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88bc8f5b876d75de51f2f174d0518e70cd87184a6238215d3ad03a36424cfc2e
|
| 3 |
+
size 3822025440
|
discolm-kunoichi-7b-german-v0.1.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5b1a9fc1674df574998b12b798d930f9d04d1b7fb956961d0f65f53538b8bfa
|
| 3 |
+
size 3518986976
|
discolm-kunoichi-7b-german-v0.1.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53c222f7950763091ec07c68c10598969812ac83755a9caf228a3b81df1377be
|
| 3 |
+
size 3164568288
|
discolm-kunoichi-7b-german-v0.1.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8afe081d121b8b5c8084b0742e9977dfe3bf1e0554da90069f15681b520df7fc
|
| 3 |
+
size 4368440032
|
discolm-kunoichi-7b-german-v0.1.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:772505e05532ee2185f83cb12e4fa3465220b9c35b9c3e1a7d96408d752cdbaa
|
| 3 |
+
size 4140374752
|
discolm-kunoichi-7b-german-v0.1.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0147ccebd9984f9ed025c60a931787ae8c31673daae48934351b20663af8f3cb
|
| 3 |
+
size 5131410144
|
discolm-kunoichi-7b-german-v0.1.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08a43de3b09b7b7297f731aa5764617997ec8b341a19ff1a7a1bf4acbf49e744
|
| 3 |
+
size 4997716704
|
discolm-kunoichi-7b-german-v0.1.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec73f2c02b9d0600bd026b7111a0b40b4b2015001c6e9114e523134306fe568f
|
| 3 |
+
size 5942065888
|
discolm-kunoichi-7b-german-v0.1.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05840b6e9ad0fa657963b32f6ce790e78b78991bd80ec1aa1341b06941d9dc99
|
| 3 |
+
size 7695858400
|
discolm-kunoichi-7b-german-v0.1.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e192869050ee281ff0ef2af76e35f4006c38470480ad59b6618e0fd998aa315
|
| 3 |
+
size 14484732640
|