GGUF
English
Llama-3
instruct
finetune
chatml
DPO
RLHF
gpt4
synthetic data
distillation
function calling
json mode
conversational
Instructions to use NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF", filename="Hermes-2-Pro-Llama-3-8B-F16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf NousResearch/Hermes-2-Pro-Llama-3-8B-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 NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf NousResearch/Hermes-2-Pro-Llama-3-8B-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 NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF with Ollama:
ollama run hf.co/NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M
- Unsloth Studio
How to use NousResearch/Hermes-2-Pro-Llama-3-8B-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 NousResearch/Hermes-2-Pro-Llama-3-8B-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 NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF with Docker Model Runner:
docker model run hf.co/NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M
- Lemonade
How to use NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Hermes-2-Pro-Llama-3-8B-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ 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-2-Pro-Llama-3-8B-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Hermes-2-Pro-Llama-3-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Hermes-2-Pro-Llama-3-8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Hermes-2-Pro-Llama-3-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Hermes-2-Pro-Llama-3-8B-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1afd067c2399af84836154bb443181d178ee28577a4d4dc38daf3356ef6b19f1
|
| 3 |
+
size 16069416224
|
Hermes-2-Pro-Llama-3-8B-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afe41ab251d1fd9870dd9631f60c22b22c215166308b35d7e15faa3260fa4bd7
|
| 3 |
+
size 4920916288
|
Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2be39d775b2a64aa5bbdc1f96fa1703ec54b5fa8982c1732b7ae9d2b57c6bb43
|
| 3 |
+
size 5733185856
|
Hermes-2-Pro-Llama-3-8B-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5662461b626988d76fa319f4e92ed874c80371a2ef6af2d2d4fca29f3a90af27
|
| 3 |
+
size 6596222272
|
Hermes-2-Pro-Llama-3-8B-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a8f471d6940dee972e579eebdb4d536174bda82b73463cd8ac7752a7b1973a3
|
| 3 |
+
size 8541050176
|