# Core dependencies torch>=2.0.0 transformers>=4.30.0 peft>=0.4.0 datasets>=2.0.0 accelerate>=0.20.0 # Configuration and utilities pyyaml>=6.0 omegaconf>=2.3.0 # Stage3: Learning and memory dependencies sentence-transformers>=2.2.0 numpy>=1.24.0 # Image utilities Pillow>=10.0.0 # Web interface dependencies fastapi>=0.104.0 uvicorn[standard]>=0.24.0 pydantic>=2.0.0 python-multipart>=0.0.6 aiofiles>=23.0.0 # Optional: LlamaFactory integration # If you want to use LlamaFactory's model loading, install it: # pip install llamafactory # Or add the LlamaFactory path to PYTHONPATH # Development dependencies (optional) # pytest>=7.0.0 # black>=23.0.0 # flake8>=6.0.0