HuggingFaceFW/fineweb-edu
Viewer • Updated • 3.5B • 359k • 1.27k
How to use python-processing-unit/Supra-50M-Reasoning-GGUF with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="python-processing-unit/Supra-50M-Reasoning-GGUF") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("python-processing-unit/Supra-50M-Reasoning-GGUF", device_map="auto")How to use python-processing-unit/Supra-50M-Reasoning-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf python-processing-unit/Supra-50M-Reasoning-GGUF:F16 # Run inference directly in the terminal: llama cli -hf python-processing-unit/Supra-50M-Reasoning-GGUF:F16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf python-processing-unit/Supra-50M-Reasoning-GGUF:F16 # Run inference directly in the terminal: llama cli -hf python-processing-unit/Supra-50M-Reasoning-GGUF:F16
# 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 python-processing-unit/Supra-50M-Reasoning-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf python-processing-unit/Supra-50M-Reasoning-GGUF:F16
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 python-processing-unit/Supra-50M-Reasoning-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf python-processing-unit/Supra-50M-Reasoning-GGUF:F16
docker model run hf.co/python-processing-unit/Supra-50M-Reasoning-GGUF:F16
How to use python-processing-unit/Supra-50M-Reasoning-GGUF with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "python-processing-unit/Supra-50M-Reasoning-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "python-processing-unit/Supra-50M-Reasoning-GGUF",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'docker model run hf.co/python-processing-unit/Supra-50M-Reasoning-GGUF:F16
How to use python-processing-unit/Supra-50M-Reasoning-GGUF with SGLang:
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
--model-path "python-processing-unit/Supra-50M-Reasoning-GGUF" \
--host 0.0.0.0 \
--port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "python-processing-unit/Supra-50M-Reasoning-GGUF",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'docker run --gpus all \
--shm-size 32g \
-p 30000:30000 \
-v ~/.cache/huggingface:/root/.cache/huggingface \
--env "HF_TOKEN=<secret>" \
--ipc=host \
lmsysorg/sglang:latest \
python3 -m sglang.launch_server \
--model-path "python-processing-unit/Supra-50M-Reasoning-GGUF" \
--host 0.0.0.0 \
--port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "python-processing-unit/Supra-50M-Reasoning-GGUF",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'How to use python-processing-unit/Supra-50M-Reasoning-GGUF with Ollama:
ollama run hf.co/python-processing-unit/Supra-50M-Reasoning-GGUF:F16
How to use python-processing-unit/Supra-50M-Reasoning-GGUF with Docker Model Runner:
docker model run hf.co/python-processing-unit/Supra-50M-Reasoning-GGUF:F16
How to use python-processing-unit/Supra-50M-Reasoning-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull python-processing-unit/Supra-50M-Reasoning-GGUF:F16
lemonade run user.Supra-50M-Reasoning-GGUF-F16
lemonade list
This is a GGUF export of Supra-50M-Reasoning.
Includes both a f16 and a q8_0 quantization.
This model is released under the Apache 2.0 License.
© SupraLabs 2026 — Project Chimera
8-bit
16-bit
Base model
SupraLabs/Supra-50M-Base