Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,7 +3,9 @@ transformers>=4.40.0
|
|
3 |
# Core LangChain libraries
|
4 |
langchain
|
5 |
langchain-huggingface
|
6 |
-
langchain-community
|
|
|
|
|
7 |
# Other dependencies we still need
|
8 |
torch
|
9 |
accelerate
|
|
|
3 |
# Core LangChain libraries
|
4 |
langchain
|
5 |
langchain-huggingface
|
6 |
+
langchain-community
|
7 |
+
# Quantization library
|
8 |
+
bitsandbytes # <<< --- ADD THIS LIBRARY
|
9 |
# Other dependencies we still need
|
10 |
torch
|
11 |
accelerate
|