Hug0endob commited on
Commit
2995c35
Β·
verified Β·
1 Parent(s): 5d8fa30

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # requirements.txt
2
  gradio>=3.20,<4.0
3
- transformers>=4.30,<5.0
4
- torch>=2.1,<2.2 # <-- force a 2.x release
5
  Pillow
6
  requests
7
  sentencepiece
 
1
  # requirements.txt
2
  gradio>=3.20,<4.0
3
+ transformers>=4.34,<5.0 # 4.34+ knows about the new pytree API
4
+ torch>=2.2,<2.3 # 2.2.x provides register_pytree_node
5
  Pillow
6
  requests
7
  sentencepiece