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/DISLab-Ext2Gen-8B-R2-GGUF:# Run inference directly in the terminal:
llama-cli -hf featherless-ai-quants/DISLab-Ext2Gen-8B-R2-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/DISLab-Ext2Gen-8B-R2-GGUF:# Run inference directly in the terminal:
./llama-cli -hf featherless-ai-quants/DISLab-Ext2Gen-8B-R2-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/DISLab-Ext2Gen-8B-R2-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf featherless-ai-quants/DISLab-Ext2Gen-8B-R2-GGUF:Use Docker
docker model run hf.co/featherless-ai-quants/DISLab-Ext2Gen-8B-R2-GGUF:Quick Links
DISLab/Ext2Gen-8B-R2 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 | DISLab-Ext2Gen-8B-R2-IQ4_XS.gguf | 4276.63 MB |
| Q2_K | DISLab-Ext2Gen-8B-R2-Q2_K.gguf | 3031.86 MB |
| Q3_K_L | DISLab-Ext2Gen-8B-R2-Q3_K_L.gguf | 4121.74 MB |
| Q3_K_M | DISLab-Ext2Gen-8B-R2-Q3_K_M.gguf | 3832.74 MB |
| Q3_K_S | DISLab-Ext2Gen-8B-R2-Q3_K_S.gguf | 3494.74 MB |
| Q4_K_M | DISLab-Ext2Gen-8B-R2-Q4_K_M.gguf | 4692.78 MB |
| Q4_K_S | DISLab-Ext2Gen-8B-R2-Q4_K_S.gguf | 4475.28 MB |
| Q5_K_M | DISLab-Ext2Gen-8B-R2-Q5_K_M.gguf | 5467.41 MB |
| Q5_K_S | DISLab-Ext2Gen-8B-R2-Q5_K_S.gguf | 5339.91 MB |
| Q6_K | DISLab-Ext2Gen-8B-R2-Q6_K.gguf | 6290.45 MB |
| Q8_0 | DISLab-Ext2Gen-8B-R2-Q8_0.gguf | 8145.12 MB |
⚡ 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
- 66
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/DISLab-Ext2Gen-8B-R2-GGUF
Base model
meta-llama/Llama-3.1-8B Finetuned
meta-llama/Llama-3.1-8B-Instruct Finetuned
DISLab/Ext2Gen-8B-R2
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/DISLab-Ext2Gen-8B-R2-GGUF:# Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/DISLab-Ext2Gen-8B-R2-GGUF: