GGUF
English
Llama-3
instruct
finetune
chatml
gpt4
synthetic data
distillation
function calling
json mode
axolotl
roleplaying
chat
conversational
Instructions to use adamksn/Hermes-3-Llama-3.1-8B-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 adamksn/Hermes-3-Llama-3.1-8B-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 adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
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 adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
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 adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
Use Docker
docker model run hf.co/adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use adamksn/Hermes-3-Llama-3.1-8B-GGUF with Ollama:
ollama run hf.co/adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use adamksn/Hermes-3-Llama-3.1-8B-GGUF with Docker Model Runner:
docker model run hf.co/adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
- Lemonade
How to use adamksn/Hermes-3-Llama-3.1-8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull adamksn/Hermes-3-Llama-3.1-8B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Hermes-3-Llama-3.1-8B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Koes Nandar commited on
quantized model
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ 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 |
+
hermes-3-llama-3.1-8b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
hermes-3-llama-3.1-8b.Q3_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
hermes-3-llama-3.1-8b.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
hermes-3-llama-3.1-8b.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
hermes-3-llama-3.1-8b.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
hermes-3-llama-3.1-8b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
hermes-3-llama-3.1-8b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
hermes-3-llama-3.1-8b.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07e97f2f21773694f0d7ea3dae4e53aabbd290439a7f2a6d7a8d3595208283a8
|
| 3 |
+
size 3179136768
|
hermes-3-llama-3.1-8b.Q3_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4119bd5c7d766073ee4cb1532e4bd4fe771675e557190b0121f0dd1c8423ecd9
|
| 3 |
+
size 4018923264
|
hermes-3-llama-3.1-8b.Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b9bb95ee8f74fdad9209e4a0346cb739ea6a5f1d5b70e0daacd159a684c22a1
|
| 3 |
+
size 4661217024
|
hermes-3-llama-3.1-8b.Q4_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df0259ed8c6bfa43ad3872da974d1bc9750c838f7132f6708480aa15c58d6da2
|
| 3 |
+
size 4920739584
|
hermes-3-llama-3.1-8b.Q5_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7c20b33e53a105d78ae7b1e5cb1067f6235d66891d747056f1260fb93e685ad
|
| 3 |
+
size 5732992768
|
hermes-3-llama-3.1-8b.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31f0872d8f622ffdf5c0daf191ef06b1d4ebd4accd01628868f41e2372e8df51
|
| 3 |
+
size 6596011776
|
hermes-3-llama-3.1-8b.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3a407a4a2d9d17730f8ddf00fa49c3f69d8e86e82be05650f25e9dc8935508d
|
| 3 |
+
size 8540776192
|