File size: 618 Bytes
bddfb9b 6163f38 bddfb9b 6163f38 bddfb9b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | gradio>=4.0.0 requests>=2.31.0 # Standard library imports (no install needed): # - re, os, logging, typing are built-in # - typing is built-in in Python 3.5+ # LLM dependencies for AI-powered ranking # For Hugging Face API mode (recommended for HF Spaces): # - Only requests is needed (already above) # - Set HUGGINGFACE_API_TOKEN environment variable in HF Spaces secrets # - Set USE_HF_API=true in secrets # For local model mode (optional, large packages): # Uncomment these if you want to run models locally instead of using API: # transformers>=4.40.0 # torch>=2.0.0 # accelerate>=0.27.0 # sentencepiece>=0.1.99 |