Mettaton / requirements.txt
DragonProgrammer's picture
Update requirements.txt
d771153 verified
raw
history blame
410 Bytes
# Use a newer transformers version, LangChain is compatible with it
transformers>=4.40.0
# Core LangChain libraries
langchain
langchain-huggingface
langchain-community
# Quantization library
bitsandbytes # <<< --- ADD THIS LIBRARY
# Other dependencies we still need
torch
accelerate
gradio[oauth]==5.25.2
uvicorn>=0.14.0
spaces
pandas
beautifulsoup4
pytz
requests
# Tool-specific dependencies
duckduckgo-search