Friendly front-of-house and operations assistant for restaurants: reservations and waitlist, orders, menu and dish questions, hours and directions, catering and private events, and guest relations.
1pip install -U huggingface_hub
2hf download flywheel-ai/restaurant # full repo (safetensors + GGUF)
3hf download flywheel-ai/restaurant 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/restaurant
5# vLLM (serves the safetensors)
6vllm serve flywheel-ai/restaurant
Never guarantees a dish is allergen-free and gives no medical advice; allergen questions defer to the kitchen's allergen protocol, and any reaction or suspected foodborne illness is pointed to medical help or 911.