Spaces:
Runtime error
Runtime error
streamlit==1.21.0 | |
openai>=1.10.0,<2.0.0 | |
sqlparse==0.4.4 | |
langchain | |
langchain-openai | |
langchain-community | |
faiss-cpu==1.7.3 | |
python-dotenv==1.0.0 | |
tiktoken==0.7.0 | |
sql-metadata==2.13.0 | |
scikit-learn==1.3.0 | |
statsmodels==0.14.0 | |
# Required for LLaMA | |
transformers==4.33.0 # Hugging Face Transformers for LLaMA | |
torch==2.0.1 # PyTorch for LLaMA (adjust version if needed based on your hardware) | |
accelerate==0.21.0 | |
# Required for LLaMA tokenization | |
sentencepiece==0.1.99 # SentencePiece for tokenization | |