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