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/katanemo-Arch-Function-7B-GGUF:# Run inference directly in the terminal:
llama-cli -hf featherless-ai-quants/katanemo-Arch-Function-7B-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/katanemo-Arch-Function-7B-GGUF:# Run inference directly in the terminal:
./llama-cli -hf featherless-ai-quants/katanemo-Arch-Function-7B-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/katanemo-Arch-Function-7B-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf featherless-ai-quants/katanemo-Arch-Function-7B-GGUF:Use Docker
docker model run hf.co/featherless-ai-quants/katanemo-Arch-Function-7B-GGUF:Quick Links
katanemo/Arch-Function-7B 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 | katanemo-Arch-Function-7B-IQ4_XS.gguf | 4053.40 MB |
| Q2_K | katanemo-Arch-Function-7B-Q2_K.gguf | 2876.23 MB |
| Q3_K_L | katanemo-Arch-Function-7B-Q3_K_L.gguf | 3899.06 MB |
| Q3_K_M | katanemo-Arch-Function-7B-Q3_K_M.gguf | 3631.97 MB |
| Q3_K_S | katanemo-Arch-Function-7B-Q3_K_S.gguf | 3330.58 MB |
| Q4_K_M | katanemo-Arch-Function-7B-Q4_K_M.gguf | 4466.13 MB |
| Q4_K_S | katanemo-Arch-Function-7B-Q4_K_S.gguf | 4251.26 MB |
| Q5_K_M | katanemo-Arch-Function-7B-Q5_K_M.gguf | 5192.60 MB |
| Q5_K_S | katanemo-Arch-Function-7B-Q5_K_S.gguf | 5068.95 MB |
| Q6_K | katanemo-Arch-Function-7B-Q6_K.gguf | 5964.47 MB |
| Q8_0 | katanemo-Arch-Function-7B-Q8_0.gguf | 7723.36 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
- 56
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/katanemo-Arch-Function-7B-GGUF
Base model
Qwen/Qwen2.5-7B Finetuned
Qwen/Qwen2.5-Coder-7B Finetuned
Qwen/Qwen2.5-Coder-7B-Instruct Finetuned
katanemo/Arch-Function-7B
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/katanemo-Arch-Function-7B-GGUF:# Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/katanemo-Arch-Function-7B-GGUF: