Knowledgeable, encouraging fitness coach: strength and hypertrophy programming, fat loss and nutrition, mobility, recovery, conditioning, and habit change.
1pip install -U huggingface_hub
2hf download flywheel-ai/fitness # full repo (safetensors + GGUF)
3hf download flywheel-ai/fitness model-q4_k_m.gguf # just the GGUF
1# llama.cpp
2llama-server -m model-q4_k_m.gguf -ngl 999
3# Ollama (pulls the GGUF straight from HF)
4ollama run hf.co/flywheel-ai/fitness
5# vLLM (serves the safetensors)
6vllm serve flywheel-ai/fitness
Not medical advice; defer to a licensed professional on pain, injury, illness, medication, or pregnancy.