julien-c HF staff commited on
Commit
d0fe9c5
1 Parent(s): 879c847

one more try

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. client/dist/exBERT.html +1 -1
  3. requirements.txt +1 -8
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- CMD ["python", "server/main.py"]
8
 
9
  COPY . .
10
 
11
+ CMD ["python", "server/main.py", "--port", "7860"]
client/dist/exBERT.html CHANGED
@@ -29,7 +29,7 @@
29
  </div>
30
 
31
  <div class="header-info">
32
- IBM Research & HarvardNLP
33
  </div>
34
 
35
  </div>
29
  </div>
30
 
31
  <div class="header-info">
32
+ IBM Research & HarvardNLP & <a href="https://huggingface.co">Hugging Face</a> 🤗
33
  </div>
34
 
35
  </div>
requirements.txt CHANGED
@@ -45,11 +45,9 @@ MarkupSafe==1.1.1
45
  multidict==4.7.5
46
  numpy==1.18.1
47
  olefile==0.46
48
- orjson==2.6.5
49
  Pillow==7.1.1
50
  promise==2.3
51
  protobuf==3.11.3
52
- py-spy==0.3.3
53
  pycparser==2.20
54
  pydantic==1.4
55
  pyOpenSSL==19.1.0
@@ -58,21 +56,16 @@ PySocks==1.7.1
58
  python-dateutil==2.8.1
59
  python-multipart==0.0.5
60
  PyYAML==5.3.1
61
- ray==0.8.4
62
  redis==3.4.1
63
  regex==2020.4.4
64
  requests==2.23.0
65
  Rx==1.6.1
66
  s3transfer==0.3.3
67
  sacremoses==0.0.38
68
- sentencepiece==0.1.85
69
- six==1.14.0
70
- soupsieve==2.0
71
  starlette==0.13.2
72
  swagger-spec-validator==2.5.0
73
  tokenizers==0.5.2
74
- torch==1.4.0
75
- torchvision==0.5.0
76
  tqdm==4.45.0
77
  transformers==2.8.0
78
  typing==3.6.4
45
  multidict==4.7.5
46
  numpy==1.18.1
47
  olefile==0.46
 
48
  Pillow==7.1.1
49
  promise==2.3
50
  protobuf==3.11.3
 
51
  pycparser==2.20
52
  pydantic==1.4
53
  pyOpenSSL==19.1.0
56
  python-dateutil==2.8.1
57
  python-multipart==0.0.5
58
  PyYAML==5.3.1
 
59
  redis==3.4.1
60
  regex==2020.4.4
61
  requests==2.23.0
62
  Rx==1.6.1
63
  s3transfer==0.3.3
64
  sacremoses==0.0.38
 
 
 
65
  starlette==0.13.2
66
  swagger-spec-validator==2.5.0
67
  tokenizers==0.5.2
68
+ torch==1.9.0
 
69
  tqdm==4.45.0
70
  transformers==2.8.0
71
  typing==3.6.4