andrewgleave commited on
Commit
1d0e96d
·
1 Parent(s): 7c04b17

Add transformers dep

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -27,6 +27,7 @@ greenlet==2.0.1
27
  h11==0.14.0
28
  httpcore==0.16.3
29
  httpx==0.23.3
 
30
  idna==3.4
31
  Jinja2==3.1.2
32
  jsonschema==4.17.3
@@ -70,9 +71,11 @@ sniffio==1.3.0
70
  SQLAlchemy==1.4.46
71
  starlette==0.22.0
72
  tiktoken==0.1.2
 
73
  tomli==2.0.1
74
  toolz==0.12.0
75
  tqdm==4.64.1
 
76
  typing_extensions==4.4.0
77
  uc-micro-py==1.0.1
78
  urllib3==1.26.14
 
27
  h11==0.14.0
28
  httpcore==0.16.3
29
  httpx==0.23.3
30
+ huggingface-hub==0.11.1
31
  idna==3.4
32
  Jinja2==3.1.2
33
  jsonschema==4.17.3
 
71
  SQLAlchemy==1.4.46
72
  starlette==0.22.0
73
  tiktoken==0.1.2
74
+ tokenizers==0.13.2
75
  tomli==2.0.1
76
  toolz==0.12.0
77
  tqdm==4.64.1
78
+ transformers==4.25.1
79
  typing_extensions==4.4.0
80
  uc-micro-py==1.0.1
81
  urllib3==1.26.14