Instructions to use nold/34b-beta-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 nold/34b-beta-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 nold/34b-beta-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nold/34b-beta-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 nold/34b-beta-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nold/34b-beta-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 nold/34b-beta-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf nold/34b-beta-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 nold/34b-beta-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf nold/34b-beta-GGUF:Q4_K_M
Use Docker
docker model run hf.co/nold/34b-beta-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use nold/34b-beta-GGUF with Ollama:
ollama run hf.co/nold/34b-beta-GGUF:Q4_K_M
- Unsloth Studio
How to use nold/34b-beta-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 nold/34b-beta-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 nold/34b-beta-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for nold/34b-beta-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use nold/34b-beta-GGUF with Docker Model Runner:
docker model run hf.co/nold/34b-beta-GGUF:Q4_K_M
- Lemonade
How to use nold/34b-beta-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nold/34b-beta-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.34b-beta-GGUF-Q4_K_M
List all available models
lemonade list
[WIP] Upload folder using huggingface_hub (multi-commit 56b9c9d2e538005428eea9b564c55e88206d8a473db7d733dea9d6e1c305e08b)
#1
by nold - opened
Upload folder using huggingface_hub
Multi commit ID: 56b9c9d2e538005428eea9b564c55e88206d8a473db7d733dea9d6e1c305e08b
Scheduled commits:
- Upload 1 file(s) totalling 20.7G (98754c588f13b661712ecb31a98727159540ef1579a709eb47ddfc829f845c00)
- Upload 1 file(s) totalling 24.3G (3b4a9cbf9d0ca13acd56d56fe53e6830626107aa642f90df68b23e18313abd1a)
- Upload 1 file(s) totalling 28.2G (b91ebbb91a8507ab1b5e985de2b85d636d6cecf7c858cd9176e5885739066e44)
- Upload 1 file(s) totalling 36.5G (ee5baabb48642b386b1542d25477ea2342780b8d000077100a614f82eb0a6fb0)
- Upload 2 file(s) totalling 295.1K (46cc1b1a679a4371f8d4e1d53ff14556c742ff9ab3041d22ef73a24092a78416)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.