Instructions to use nold/34b-beta-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use nold/34b-beta-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="nold/34b-beta-GGUF", filename="34b-beta_Q4_K_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use nold/34b-beta-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # 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
Install from WinGet (Windows)
winget install llama.cpp # 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
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 new
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
- 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
CausalLM 34B β
PROMPT FORMAT:
There are some issues with the model weights in terms of precision. In the next version update, we will roll back some progress and retrain to fix these issues as soon as possible.
Please note: Do not use "accelerated inference frameworks" like VLLM temporarily. Instead, use Transformers for inference. Otherwise, due to precision issues, the output quality will be significantly degraded. If you need faster inference, you can consider using the q8_0 quantization (faster and better than bf16 vllm for this model only) with llama.cpp temporarily or wait for the official version. To be fixed in the upcoming next version update.
no repetition_penalty!
Please do not use wikitext for quantization calibration because all wikitext have been re-aligned on synthetic dataset, and its distribution differs significantly from the original wikitext.
MT-Bench: 8.5
Some contamination detection if you want to check:
| Models | MMLU (ref: llama7b) | TBA |
|---|---|---|
| microsoft/Orca-2-7b | 0.77 | |
| mistralai/Mistral-7B-v0.1 | 0.46 | |
| CausalLM/34b-beta | 0.38 | |
| 01-ai/Yi-6B-200K | 0.3 |
data from https://huggingface.co/spaces/Yeyito/llm_contamination_detector
It should be safe. It was not trained on the benchmark, but the contamination of the training dataset is unavoidable due to cost constraints.
Quantization of Model CausalLM/34b-beta. Created using llm-quantizer Pipeline
- Downloads last month
- 2
4-bit
5-bit
6-bit
8-bit
