Skip to content

Commit

Permalink
Specify tokenizers/trasformers versions at requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
j-min authored Oct 21, 2023
1 parent 3af99cb commit 0d4a287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
torch
torchvision
opencv-python
tokenizers==0.13.2
transformers==4.27.3
sentence-transformers
accelerate
ujson
Expand All @@ -22,4 +24,4 @@ pytube
git+https://github.com/openai/whisper.git@eff383b27b783e280c089475852ba83f20f64998
git+https://github.com/bckim92/language-evaluation.git
git+https://github.com/openai/CLIP.git
# allennlp-models==2.10.1
# allennlp-models==2.10.1

0 comments on commit 0d4a287

Please sign in to comment.