Text Generation
GGUF
Merge
mergekit
lazymergekit
Locutusque/Hercules-2.5-Mistral-7B
teknium/OpenHermes-2.5-Mistral-7B
Instructions to use bartowski/OpenHercules-2.5-Mistral-7B-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 bartowski/OpenHercules-2.5-Mistral-7B-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 bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/OpenHercules-2.5-Mistral-7B-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 bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/OpenHercules-2.5-Mistral-7B-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 bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bartowski/OpenHercules-2.5-Mistral-7B-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 bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use bartowski/OpenHercules-2.5-Mistral-7B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bartowski/OpenHercules-2.5-Mistral-7B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bartowski/OpenHercules-2.5-Mistral-7B-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M
- Ollama
How to use bartowski/OpenHercules-2.5-Mistral-7B-GGUF with Ollama:
ollama run hf.co/bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use bartowski/OpenHercules-2.5-Mistral-7B-GGUF with Docker Model Runner:
docker model run hf.co/bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M
- Lemonade
How to use bartowski/OpenHercules-2.5-Mistral-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bartowski/OpenHercules-2.5-Mistral-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.OpenHercules-2.5-Mistral-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Update original repo URL
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ pipeline_tag: text-generation
|
|
| 16 |
|
| 17 |
Using <a href="https://github.com/ggerganov/llama.cpp/commit/fa974646e1a2024fc7dc9e6f27cf1f2f5d4a3763">llama.cpp commit fa97464</a> for quantization.
|
| 18 |
|
| 19 |
-
Original model: https://huggingface.co/
|
| 20 |
|
| 21 |
Download a file (not the whole branch) from below:
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
Using <a href="https://github.com/ggerganov/llama.cpp/commit/fa974646e1a2024fc7dc9e6f27cf1f2f5d4a3763">llama.cpp commit fa97464</a> for quantization.
|
| 18 |
|
| 19 |
+
Original model: https://huggingface.co/hydra-project/OpenHercules-2.5-Mistral-7B
|
| 20 |
|
| 21 |
Download a file (not the whole branch) from below:
|
| 22 |
|