Canstralian commited on
Commit
e7bac4a
·
verified ·
1 Parent(s): 31fed9d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -1,6 +1,4 @@
1
- einops
2
- sentencepiece
3
- torch
4
- transformers
5
- accelerate
6
- https://gradio-builds.s3.amazonaws.com/83cdcf194ba26f132eb7047c19cbadf47bc48a1c/gradio-3.28.1-py3-none-any.whl
 
1
+ streamlit==1.25.0 # Latest stable version of Streamlit
2
+ transformers==4.33.0 # Hugging Face Transformers library
3
+ torch>=1.9.0 # PyTorch, required for Hugging Face models
4
+ numpy>=1.21.0 # Numerical library for model dependencies