CCockrum commited on
Commit
ebc9593
·
verified ·
1 Parent(s): a9e4498

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -23
requirements.txt CHANGED
@@ -1,23 +1,8 @@
1
-
2
- # Core dependencies
3
- streamlit>=1.26.0
4
- torch>=2.0.0
5
- langdetect>=1.0.9
6
-
7
- # LangChain components
8
- langchain>=0.0.267
9
- langchain-core>=0.0.12
10
- langchain-huggingface>=0.0.1
11
-
12
- # HuggingFace libraries
13
- transformers>=4.30.0
14
- huggingface-hub>=0.16.4
15
- accelerate>=0.21.0
16
-
17
- # API interaction
18
- requests>=2.31.0
19
-
20
- # Optional: For better performance with GPU
21
- # Note: Comment these out if you're on CPU only and having issues
22
- sentencepiece>=0.1.99
23
- bitsandbytes>=0.41.0 # For model quantization if needed
 
1
+ streamlit>=1.22
2
+ torch>=1.13
3
+ transformers>=4.36
4
+ requests
5
+ langdetect
6
+ langchain>=0.1.0
7
+ langchain-core>=0.1.10
8
+ langchain-huggingface>=0.0.4