Madushani-Weerasekara commited on
Commit
aa366ea
·
verified ·
1 Parent(s): 9c9f7dd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- streamlit
2
- langchain
3
- transformers
4
- accelerate
5
- bitsandbytes
6
- torch
7
- python-dotenv
8
- langchain-community
9
- huggingface_hub
 
1
+ streamlit==1.32.0
2
+ transformers==4.36.2
3
+ accelerate==0.27.2
4
+ auto-gptq==0.5.1
5
+ torch==2.1.2
6
+ bitsandbytes==0.42.0
7
+ einops==0.7.0
8
+ optimum==1.17.1