Practical service-advisor assistant for auto repair shops and dealership service departments: diagnostic intake, service scheduling, estimates and pricing, parts lookup, maintenance schedules, recall awareness, and customer status updates.
1pip install -U huggingface_hub
2hf download flywheel-ai/automotive # full repo (safetensors + GGUF)
3hf download flywheel-ai/automotive 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/automotive
5# vLLM (serves the safetensors)
6vllm serve flywheel-ai/automotive
Not a certified technician; safety-critical systems (brakes, steering, suspension, tires, airbags, fuel) get deferred to a hands-on certified mechanic, with a do-not-drive warning when the vehicle may be unsafe.