sherpal25 commited on
Commit
e21e602
·
1 Parent(s): 7a69293

changed the requirement file.

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt CHANGED
@@ -1,16 +1,23 @@
1
  accelerate==0.23.0
 
 
 
 
2
  certifi==2023.7.22
3
  charset-normalizer==3.2.0
4
  einops==0.6.1
5
  filelock==3.12.4
 
6
  fsspec==2023.9.1
7
  huggingface-hub==0.17.1
8
  idna==3.4
9
  Jinja2==3.1.2
10
  MarkupSafe==2.1.3
11
  mpmath==1.3.0
 
12
  networkx==3.1
13
  numpy==1.25.2
 
14
  packaging==23.1
15
  Pillow==10.0.1
16
  psutil==5.9.5
@@ -25,3 +32,4 @@ tqdm==4.66.1
25
  transformers==4.33.2
26
  typing_extensions==4.7.1
27
  urllib3==2.0.4
 
 
1
  accelerate==0.23.0
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ async-timeout==4.0.3
5
+ attrs==23.1.0
6
  certifi==2023.7.22
7
  charset-normalizer==3.2.0
8
  einops==0.6.1
9
  filelock==3.12.4
10
+ frozenlist==1.4.0
11
  fsspec==2023.9.1
12
  huggingface-hub==0.17.1
13
  idna==3.4
14
  Jinja2==3.1.2
15
  MarkupSafe==2.1.3
16
  mpmath==1.3.0
17
+ multidict==6.0.4
18
  networkx==3.1
19
  numpy==1.25.2
20
+ openai==0.28.0
21
  packaging==23.1
22
  Pillow==10.0.1
23
  psutil==5.9.5
 
32
  transformers==4.33.2
33
  typing_extensions==4.7.1
34
  urllib3==2.0.4
35
+ yarl==1.9.2