Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaaz60 authored Aug 10, 2023
1 parent c95f1c6 commit dad0784
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
torch~=2.0.1
tqdm~=4.65.0
torch==2.0.1
tqdm==4.65.0
transformers@git+https://github.com/huggingface/transformers.git@cae78c46
numpy~=1.24.3
Pillow~=9.5.0
decord~=0.6.0
gradio~=3.23.0
markdown2~=2.4.8
einops~=0.6.1
requests~=2.30.0
sentencepiece~=0.1.99
protobuf~=4.23.2
accelerate~=0.20.3
tokenizers>=0.13.3
numpy==1.24.3
Pillow==9.5.0
decord==0.6.0
gradio==3.23.0
markdown2==2.4.8
einops==0.6.1
requests==2.30.0
sentencepiece==0.1.99
protobuf==4.23.2
accelerate==0.20.3
tokenizers>=0.13.3
pydantic==1.10.7

0 comments on commit dad0784

Please sign in to comment.