Shriharsh commited on
Commit
26230e9
·
1 Parent(s): 31df292

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -15,11 +15,10 @@ PyYAML==6.0
15
  regex==2022.9.13
16
  requests==2.28.1
17
  tk==0.1.0
18
- tokenizers==0.12.1
19
- torch
20
- torchaudio
21
- torchvision
22
- tqdm
23
  transformers==4.11.3
24
  typing_extensions==4.3.0
25
  urllib3==1.26.12
 
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