Spaces:
Runtime error
Runtime error
| # requirements.txt | |
| # Core ML/AI Libraries | |
| transformers==4.40.1 | |
| datasets | |
| scipy | |
| scikit-learn | |
| # Pin torch version compatible with Hugging Face's GPUs (CUDA 12.1) | |
| torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121 | |
| accelerate | |
| bitsandbytes | |
| sentence-transformers | |
| faiss-cpu | |
| # LangChain - Updated Packages | |
| langchain | |
| langchain-core | |
| langchain-community | |
| # API Framework | |
| fastapi | |
| uvicorn[standard] | |
| pydantic | |
| # Utilities | |
| python-multipart |