How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF:# Run inference directly in the terminal:
llama-cli -hf featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF: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 featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF:# Run inference directly in the terminal:
./llama-cli -hf featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF: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 featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF:Use Docker
docker model run hf.co/featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF:Quick Links
nvidia/Llama3-ChatQA-1.5-70B GGUF Quantizations 🚀
Optimized GGUF quantization files for enhanced model performance
Powered by Featherless AI - run any model you'd like for a simple small fee.
Available Quantizations 📊
| Quantization Type | File | Size |
|---|---|---|
| IQ4_XS | nvidia-Llama3-ChatQA-1.5-70B-IQ4_XS | 36496.80 MB (folder) |
| Q2_K | nvidia-Llama3-ChatQA-1.5-70B-Q2_K | 25153.26 MB (folder) |
| Q3_K_L | nvidia-Llama3-ChatQA-1.5-70B-Q3_K_L | 35420.03 MB (folder) |
| Q3_K_M | nvidia-Llama3-ChatQA-1.5-70B-Q3_K_M | 32680.03 MB (folder) |
| Q3_K_S | nvidia-Llama3-ChatQA-1.5-70B-Q3_K_S | 29480.03 MB (folder) |
| Q4_K_M | nvidia-Llama3-ChatQA-1.5-70B-Q4_K_M | 40550.61 MB (folder) |
| Q4_K_S | nvidia-Llama3-ChatQA-1.5-70B-Q4_K_S | 38478.11 MB (folder) |
| Q5_K_M | nvidia-Llama3-ChatQA-1.5-70B-Q5_K_M | 47635.86 MB (folder) |
| Q5_K_S | nvidia-Llama3-ChatQA-1.5-70B-Q5_K_S | 46403.36 MB (folder) |
| Q6_K | nvidia-Llama3-ChatQA-1.5-70B-Q6_K | 55206.44 MB (folder) |
| Q8_0 | nvidia-Llama3-ChatQA-1.5-70B-Q8_0 | 71501.78 MB (folder) |
⚡ Powered by Featherless AI
Key Features
- 🔥 Instant Hosting - Deploy any Llama model on HuggingFace instantly
- 🛠️ Zero Infrastructure - No server setup or maintenance required
- 📚 Vast Compatibility - Support for 2400+ models and counting
- 💎 Affordable Pricing - Starting at just $10/month
Links:
Get Started | Documentation | Models
- Downloads last month
- 35
Hardware compatibility
Log In to add your hardware
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Model tree for featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF
Base model
nvidia/Llama3-ChatQA-1.5-70B
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF:# Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/nvidia-Llama3-ChatQA-1.5-70B-GGUF: