File size: 541 Bytes
486eff6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Requirements for Local LLM Clue Generation Prototype # Compatible with Hugging Face Spaces environment # Core dependencies (existing in thematic_word_generator.py) numpy>=1.21.0 scikit-learn>=1.0.0 sentence-transformers>=2.2.0 wordfreq>=3.0.0 # New LLM dependencies for clue generation transformers>=4.21.0 torch>=1.12.0 # Optional but recommended for better performance # accelerate>=0.20.0 # Uncomment if using GPU acceleration # bitsandbytes>=0.39.0 # Uncomment for quantization # Utilities pathlib2>=2.3.0; python_version < '3.4' |