Views
No views yet
Qwen/Qwen3.6-35B-A3B (Apache-2.0) for the beauty-wellness domain.model-q4_k_m.gguf (llama.cpp / Ollama, ~20G)1pip install -U huggingface_hub
2hf download flywheel-ai/beauty-wellness # full repo (safetensors + GGUF)
3hf download flywheel-ai/beauty-wellness model-q4_k_m.gguf # just the GGUF1# 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/beauty-wellness
5# vLLM (serves the safetensors)
6vllm serve flywheel-ai/beauty-wellness