Shriharsh commited on
Commit
9d89231
·
1 Parent(s): 26230e9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -15,10 +15,10 @@ PyYAML==6.0
15
  regex==2022.9.13
16
  requests==2.28.1
17
  tk==0.1.0
18
- torch==1.10.0 # Replace "torch" with the desired version, e.g., 1.10.0
19
- torchaudio==0.10.0 # Replace "torchaudio" with the desired version, e.g., 0.10.0
20
- torchvision==0.11.1 # Replace "torchvision" with the desired version, e.g., 0.11.1
21
- tqdm==4.65.0 # Replace "tqdm" with the desired version, e.g., 4.65.0
22
  transformers==4.11.3
23
  typing_extensions==4.3.0
24
  urllib3==1.26.12
 
15
  regex==2022.9.13
16
  requests==2.28.1
17
  tk==0.1.0
18
+ torch==1.11.0
19
+ torchaudio==0.10.0
20
+ torchvision==0.11.1
21
+ tqdm==4.65.0
22
  transformers==4.11.3
23
  typing_extensions==4.3.0
24
  urllib3==1.26.12