# Hugging Face Spaces requirements (GGUF backend with llama-cpp-python) fastapi uvicorn python-dotenv httpx requests Pillow # GGUF model support - optimized for HF Spaces memory constraints llama-cpp-python>=0.3.14 # Optional: minimal transformers for fallback (much lighter than full transformers) # transformers[torch] # Database support for training job persistence # sqlite3 (included in Python standard library) # Optional: gradio for demo UI # gradio