Locutusque/hercules-v4.0
Viewer • Updated • 1.72M • 59 • 19
How to use MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF", device_map="auto")How to use MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF # Run inference directly in the terminal: llama cli -hf MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF # Run inference directly in the terminal: llama cli -hf MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
# 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 MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF # Run inference directly in the terminal: ./llama-cli -hf MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
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 MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
docker model run hf.co/MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
How to use MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF with Ollama:
ollama run hf.co/MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
How to use MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF with Unsloth Studio:
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 MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF to start chatting
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 MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF to start chatting
How to use MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF with Docker Model Runner:
docker model run hf.co/MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
How to use MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MarsupialAI/Hercules-Qwen1.5-14B_iMatrix_GGUF
lemonade run user.Hercules-Qwen1.5-14B_iMatrix_GGUF-{{QUANT_TAG}}lemonade list
GGUFs for Hercules-Qwen 1.5 14B - https://huggingface.co/M4-ai/Hercules-Qwen1.5-14B
iMatrix GGUFs generated with Kalomaze's semi-random groups_merged.txt
We're not able to determine the quantization variants.