mohitkumarrajbadi commited on
Commit
4c572fd
·
1 Parent(s): 5cbe5b5

Changes for fetching the the transformers for the gemma model

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,5 +2,5 @@ streamlit==1.41.0
2
  pandas==2.2.2
3
  numpy==1.24.3
4
  torch==2.0.1
5
- transformers==4.49.0
6
  matplotlib==3.8.0
 
2
  pandas==2.2.2
3
  numpy==1.24.3
4
  torch==2.0.1
5
+ transformers @ git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3
6
  matplotlib==3.8.0