Major update: Add NFL training data generation and improve model handling 992eedb david167 commited on Aug 7, 2025
Fix XetHub issue: use Meta-Llama-3.1-8B-Instruct (official HF storage) 444b4d9 david167 commited on Aug 6, 2025
Fix download errors and warnings: retry logic + clean startup logs de72460 david167 commited on Aug 6, 2025
Fix version conflict: use PyTorch 2.5.0 + TorchVision 0.20.0 exact match 67f9bcb david167 commited on Aug 6, 2025
Use PyTorch 2.5.1 with safetensors to avoid CVE-2025-32434 - practical fix c6d6f6c david167 commited on Aug 6, 2025
Fix PyTorch/TorchVision compatibility: use exact versions 2.6.0/0.21.0 be1a002 david167 commited on Aug 6, 2025
Fix PyTorch CVE-2025-32434: upgrade to v2.6+, use safetensors, restore Llama 3.1 adea437 david167 commited on Aug 6, 2025
Fix permissions error: proper cache directory and HF token auth for Llama 3.1 bd1b0d6 david167 commited on Aug 6, 2025
Major optimization: Replace llama-cpp-python with transformers to eliminate compilation 4656a02 david167 commited on Aug 6, 2025
Optimize build speed: use pre-built llama-cpp-python wheels, remove build deps 551c997 david167 commited on Aug 6, 2025
Fix LLAMA_CUBLAS deprecated error: Use GGML_CUDA flag with CPU fallback a08658b david167 commited on Aug 6, 2025
Initial setup: Question Generation API with DeepHermes reasoning model 0bf99b7 david167 commited on Aug 6, 2025