Instructions to use mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF with Ollama:
ollama run hf.co/mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-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/distilabeled-Marcoro14-7B-slerp-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/distilabeled-Marcoro14-7B-slerp-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.distilabeled-Marcoro14-7B-slerp-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +12 -0
- distilabeled-Marcoro14-7B-slerp.IQ4_XS.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q2_K.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q3_K_L.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q3_K_M.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q3_K_S.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q4_K_M.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q4_K_S.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q5_K_M.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q5_K_S.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q6_K.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.Q8_0.gguf +3 -0
- distilabeled-Marcoro14-7B-slerp.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 |
+
distilabeled-Marcoro14-7B-slerp.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
distilabeled-Marcoro14-7B-slerp.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
distilabeled-Marcoro14-7B-slerp.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
distilabeled-Marcoro14-7B-slerp.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
distilabeled-Marcoro14-7B-slerp.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
distilabeled-Marcoro14-7B-slerp.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
distilabeled-Marcoro14-7B-slerp.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
distilabeled-Marcoro14-7B-slerp.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
distilabeled-Marcoro14-7B-slerp.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
distilabeled-Marcoro14-7B-slerp.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
distilabeled-Marcoro14-7B-slerp.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
distilabeled-Marcoro14-7B-slerp.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
distilabeled-Marcoro14-7B-slerp.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea09d64589e8c453d7d003d50a91a56e04df443b9ef165f9913f62b74f8b488f
|
| 3 |
+
size 3944389824
|
distilabeled-Marcoro14-7B-slerp.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8449cd64b4400585161366e1b20f4bb0d0cbc004ff0484ff4394b85a2d6646a8
|
| 3 |
+
size 2719243456
|
distilabeled-Marcoro14-7B-slerp.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd762973abd592bea4aa5974052d9c7b2faac92b98d4dc83d8c9edb1e0354e1e
|
| 3 |
+
size 3822025920
|
distilabeled-Marcoro14-7B-slerp.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1c2227c850a58406a1b5429e15e407ebde441a4457cca5d517c20ae2f2c29c9
|
| 3 |
+
size 3518987456
|
distilabeled-Marcoro14-7B-slerp.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f027d3c611a7b0a8256748a5eac91d4b90efae9b3599158a5ebbb24544c4c615
|
| 3 |
+
size 3164568768
|
distilabeled-Marcoro14-7B-slerp.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feacc2e87d8e1f21b510b4eb02cdf8abcd0df5322c0f253e1c2a49a3603617a3
|
| 3 |
+
size 4368440512
|
distilabeled-Marcoro14-7B-slerp.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ef95b63804475c873aa17e02f44355f977c88fa578cd3a828d890d1312e886b
|
| 3 |
+
size 4140375232
|
distilabeled-Marcoro14-7B-slerp.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7881b385fa038d27667d668956eb258fa362494ad25fcdb151bfa54d6f86f1b
|
| 3 |
+
size 5131410624
|
distilabeled-Marcoro14-7B-slerp.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b79553d835caadb9f0adac86c66aedb26439cf0beb1e0b64fecbc2f349addff
|
| 3 |
+
size 4997717184
|
distilabeled-Marcoro14-7B-slerp.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9cdfd36daf79a566c401f407b7716453b2f8229d9cbb01631a9fc103108d0af
|
| 3 |
+
size 5942066368
|
distilabeled-Marcoro14-7B-slerp.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53d10e45984f817ccaf83dffa16f1a87c80a3aa1f2598d840c676b4a20b52bd8
|
| 3 |
+
size 7695858880
|
distilabeled-Marcoro14-7B-slerp.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc2552e3af573eb47d1332f4dc2eda066b4205086859924f201c4a51eaae1ade
|
| 3 |
+
size 14484733120
|