Advertisement
Guest User

log

a guest
Dec 16th, 2020
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 261.34 KB | None | 0 0
  1.  
  2. [client] Connecting...
  3. [manager] Starting up for owner: 'charlywargnier', repository: 'streamlitzeroshottransformerstest', branch: 'main', main module: 'app.py'
  4. [manager] Cloning repository ...
  5. [manager] Cloning into 'streamlitzeroshottransformerstest'...
  6.  
  7. [manager] Cloned repository!
  8. [manager] Processing dependencies ...
  9. Looking in links: https://download.pytorch.org/whl/torch_stable.html
  10. Requirement already satisfied: streamlit in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.72.0)
  11. Requirement already satisfied: watchdog in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.4)
  12. Requirement already satisfied: gitpython in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.1.11)
  13. Requirement already satisfied: pydeck>=0.1.dev5 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.5.0)
  14. Requirement already satisfied: pyarrow in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.0)
  15. Requirement already satisfied: tzlocal in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.1)
  16. Requirement already satisfied: validators in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.18.1)
  17. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  18. Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (8.0.1)
  19. Requirement already satisfied: astor in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.8.1)
  20. Requirement already satisfied: altair>=3.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.0)
  21. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  22. Requirement already satisfied: base58 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.1)
  23. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  24. Requirement already satisfied: cachetools>=4.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.1)
  25. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  26. Requirement already satisfied: toml in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.2)
  27. Requirement already satisfied: blinker in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.4)
  28. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  29. Requirement already satisfied: protobuf!=3.11,>=3.6.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.14.0)
  30. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  31. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  32. Collecting torch==1.7.1+cpu
  33. Downloading https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl (159.4 MB)
  34. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  35. Collecting transformers==3.1.0
  36. Downloading transformers-3.1.0-py3-none-any.whl (884 kB)
  37. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  38. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  39. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  40. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  41. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  42. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  43. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  44. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  45. Requirement already satisfied: toolz in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.11.1)
  46. Collecting filelock
  47. Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
  48. Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.7/site-packages (from gitpython->streamlit->-r requirements.txt (line 1)) (4.0.5)
  49. Requirement already satisfied: smmap<4,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from gitdb<5,>=4.0.1->gitpython->streamlit->-r requirements.txt (line 1)) (3.0.4)
  50. Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from jinja2->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.1.1)
  51. Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (20.3.0)
  52. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  53. Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.1.1)
  54. Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.17.3)
  55. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  56. Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.4.0)
  57. Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->streamlit->-r requirements.txt (line 1)) (2.4.7)
  58. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  59. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  60. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  61. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  62. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  63. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  64. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  65. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  66. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  67. Requirement already satisfied: ipywidgets>=7.0.0 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.5.1)
  68. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  69. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  70. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  71. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  72. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  73. Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.8.0)
  74. Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.5)
  75. Requirement already satisfied: backcall in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  76. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  77. Requirement already satisfied: jedi>=0.10 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.17.2)
  78. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  79. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  80. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.0.8)
  81. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  82. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  83. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  84. Requirement already satisfied: widgetsnbextension~=3.5.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.5.1)
  85. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  86. Requirement already satisfied: parso<0.8.0,>=0.7.0 in /usr/local/lib/python3.7/site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.1)
  87. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  88. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  89. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  90. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  91. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  92. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  93. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  94. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  95. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  96. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  97. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  98. Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.5)
  99. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  100. Collecting regex!=2019.12.17
  101. Downloading regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl (719 kB)
  102. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2020.11.8)
  103. Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (1.26.2)
  104. Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2.10)
  105. Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (3.0.4)
  106. Collecting sacremoses
  107. Downloading sacremoses-0.0.43.tar.gz (883 kB)
  108. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  109. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  110. Collecting joblib
  111. Downloading joblib-1.0.0-py3-none-any.whl (302 kB)
  112. Collecting sentencepiece!=0.1.92
  113. Downloading sentencepiece-0.1.94-cp37-cp37m-manylinux2014_x86_64.whl (1.1 MB)
  114. Collecting tokenizers==0.8.1.rc2
  115. Downloading tokenizers-0.8.1rc2-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB)
  116. Collecting tqdm>=4.27
  117. Downloading tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
  118. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  119. Collecting typing-extensions
  120. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  121. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  122. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  123. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  124. Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.7/site-packages (from watchdog->streamlit->-r requirements.txt (line 1)) (0.1.2)
  125. Requirement already satisfied: notebook>=4.4.1 in /usr/local/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.5)
  126. Requirement already satisfied: prometheus-client in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.0)
  127. Requirement already satisfied: terminado>=0.8.3 in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.1)
  128. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  129. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  130. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  131. Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.0.7)
  132. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  133. Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.5.0)
  134. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  135. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  136. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  137. Requirement already satisfied: argon2-cffi in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.1.0)
  138. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  139. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  140. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  141. Requirement already satisfied: cffi>=1.0.0 in /usr/local/lib/python3.7/site-packages (from argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.14.4)
  142. Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.20)
  143. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  144. Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  145. Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.1.2)
  146. Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  147. Requirement already satisfied: bleach in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.2.1)
  148. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  149. Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.8.4)
  150. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  151. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  152. Requirement already satisfied: testpath in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.4.4)
  153. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  154. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  155. Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  156. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  157. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  158. Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  159. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  160. Requirement already satisfied: async-generator in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.10)
  161. Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  162. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  163. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  164. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  165. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  166. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  167. Building wheels for collected packages: sacremoses
  168. Building wheel for sacremoses (setup.py): started
  169. Building wheel for sacremoses (setup.py): finished with status 'done'
  170. Created wheel for sacremoses: filename=sacremoses-0.0.43-py3-none-any.whl size=893259 sha256=2c105e8275dfacc9b7b077690f1d6e4c9ade544e7bb02c510ff77824ff426483
  171. Stored in directory: /home/appuser/.cache/pip/wheels/69/09/d1/bf058f7d6fa0ecba2ce7c66be3b8d012beb4bf61a6e0c101c0
  172. Successfully built sacremoses
  173. Installing collected packages: tqdm, regex, joblib, typing-extensions, tokenizers, sentencepiece, sacremoses, filelock, transformers, torch
  174. Successfully installed filelock-3.0.12 joblib-1.0.0 regex-2020.11.13 sacremoses-0.0.43 sentencepiece-0.1.94 tokenizers-0.8.1rc2 torch-1.7.1+cpu tqdm-4.54.1 transformers-3.1.0 typing-extensions-3.7.4.3
  175. WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available.
  176. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  177. [manager] Processed dependencies!
  178.  
  179. You can now view your Streamlit app in your browser.
  180.  
  181. Network URL: [2020-12-16 12:48:24.328683] http://10.12.9.75:8501
  182. External URL: http://35.247.12.22:8501
  183.  
  184. 2020-12-16 12:48:25.031 Lock 139852727568592 acquired on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  185.  
  186. Downloading: 0%| | 0.00/1.21k [00:00<?, ?B/s][2020-12-16 12:48:25.400942]
  187. Downloading: 100%|██████████| 1.21k/1.21k [00:00<00:00, 805kB/s][2020-12-16 12:48:25.401582]
  188. 2020-12-16 12:48:25.400 Lock 139852727568592 released on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  189. 2020-12-16 12:48:25.725 Lock 139852358612496 acquired on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  190.  
  191. Downloading: 0%| | 0.00/899k [00:00<?, ?B/s][2020-12-16 12:48:26.209022]
  192. Downloading: 4%|▍ | 34.8k/899k [00:00<00:02, 330kB/s][2020-12-16 12:48:26.339448]
  193. Downloading: 19%|█▉ | 174k/899k [00:00<00:01, 416kB/s] [2020-12-16 12:48:26.469773]
  194. Downloading: 87%|████████▋ | 783k/899k [00:00<00:00, 572kB/s][2020-12-16 12:48:26.473822]
  195. Downloading: 100%|██████████| 899k/899k [00:00<00:00, 2.43MB/s][2020-12-16 12:48:26.474455]
  196. 2020-12-16 12:48:26.473 Lock 139852358612496 released on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  197. 2020-12-16 12:48:26.818 Lock 139851297011344 acquired on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  198.  
  199. Downloading: 0%| | 0.00/456k [00:00<?, ?B/s][2020-12-16 12:48:27.349249]
  200. Downloading: 11%|█ | 51.2k/456k [00:00<00:01, 360kB/s][2020-12-16 12:48:27.490586]
  201. Downloading: 42%|████▏ | 191k/456k [00:00<00:00, 445kB/s] [2020-12-16 12:48:27.563719]
  202. Downloading: 100%|██████████| 456k/456k [00:00<00:00, 1.28MB/s][2020-12-16 12:48:27.564344]
  203. 2020-12-16 12:48:27.563 Lock 139851297011344 released on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  204. 2020-12-16 12:48:28.171 Lock 139851297011344 acquired on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  205.  
  206. Downloading: 0%| | 0.00/772 [00:00<?, ?B/s][2020-12-16 12:48:28.504462]
  207. Downloading: 100%|██████████| 772/772 [00:00<00:00, 529kB/s][2020-12-16 12:48:28.505021]
  208. 2020-12-16 12:48:28.504 Lock 139851297011344 released on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  209. 2020-12-16 12:48:28.869 Lock 139852358614992 acquired on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  210.  
  211. Downloading: 0%| | 0.00/26.0 [00:00<?, ?B/s][2020-12-16 12:48:29.186619]
  212. Downloading: 100%|██████████| 26.0/26.0 [00:00<00:00, 20.0kB/s][2020-12-16 12:48:29.187481]
  213. 2020-12-16 12:48:29.187 Lock 139852358614992 released on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  214. 2020-12-16 12:48:32.604 Lock 139852224415632 acquired on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  215.  
  216. Downloading: 0%| | 0.00/1.02G [00:00<?, ?B/s][2020-12-16 12:48:32.930015]
  217. Downloading: 0%| | 2.84M/1.02G [00:00<00:35, 28.4MB/s][2020-12-16 12:48:33.029958]
  218. Downloading: 1%| | 7.73M/1.02G [00:00<00:31, 32.5MB/s][2020-12-16 12:48:33.130030]
  219. Downloading: 1%| | 12.6M/1.02G [00:00<00:28, 36.0MB/s][2020-12-16 12:48:33.230174]
  220. Downloading: 2%|▏ | 17.8M/1.02G [00:00<00:25, 39.8MB/s][2020-12-16 12:48:33.330086]
  221. Downloading: 2%|▏ | 23.1M/1.02G [00:00<00:23, 43.0MB/s][2020-12-16 12:48:33.430060]
  222. Downloading: 3%|▎ | 28.3M/1.02G [00:00<00:22, 45.2MB/s][2020-12-16 12:48:33.530261]
  223. Downloading: 3%|▎ | 33.6M/1.02G [00:00<00:20, 47.4MB/s][2020-12-16 12:48:33.630224]
  224. Downloading: 4%|▍ | 38.9M/1.02G [00:00<00:20, 48.9MB/s][2020-12-16 12:48:33.730105]
  225. Downloading: 4%|▍ | 44.1M/1.02G [00:00<00:19, 49.8MB/s][2020-12-16 12:48:33.831660]
  226. Downloading: 5%|▍ | 49.1M/1.02G [00:01<00:19, 49.5MB/s][2020-12-16 12:48:33.932265]
  227. Downloading: 5%|▌ | 54.0M/1.02G [00:01<00:19, 49.4MB/s][2020-12-16 12:48:34.032314]
  228. Downloading: 6%|▌ | 59.0M/1.02G [00:01<00:19, 49.7MB/s][2020-12-16 12:48:34.132368]
  229. Downloading: 6%|▋ | 64.3M/1.02G [00:01<00:18, 50.7MB/s][2020-12-16 12:48:34.232308]
  230. Downloading: 7%|▋ | 69.6M/1.02G [00:01<00:18, 51.3MB/s][2020-12-16 12:48:34.332238]
  231. Downloading: 7%|▋ | 75.0M/1.02G [00:01<00:18, 51.9MB/s][2020-12-16 12:48:34.432263]
  232. Downloading: 8%|▊ | 80.3M/1.02G [00:01<00:18, 52.4MB/s][2020-12-16 12:48:34.534423]
  233. Downloading: 8%|▊ | 85.6M/1.02G [00:01<00:18, 52.1MB/s][2020-12-16 12:48:34.635125]
  234. Downloading: 9%|▉ | 90.8M/1.02G [00:01<00:17, 52.0MB/s][2020-12-16 12:48:34.742048]
  235. Downloading: 9%|▉ | 96.0M/1.02G [00:01<00:18, 51.0MB/s][2020-12-16 12:48:34.848682]
  236. Downloading: 10%|▉ | 101M/1.02G [00:02<00:18, 50.0MB/s] [2020-12-16 12:48:34.948649]
  237. Downloading: 10%|█ | 106M/1.02G [00:02<00:18, 50.4MB/s][2020-12-16 12:48:35.049499]
  238. Downloading: 11%|█ | 111M/1.02G [00:02<00:18, 50.3MB/s][2020-12-16 12:48:35.149402]
  239. Downloading: 11%|█▏ | 117M/1.02G [00:02<00:17, 51.2MB/s][2020-12-16 12:48:35.249530]
  240. Downloading: 12%|█▏ | 122M/1.02G [00:02<00:17, 51.9MB/s][2020-12-16 12:48:35.349436]
  241. Downloading: 12%|█▏ | 127M/1.02G [00:02<00:17, 52.1MB/s][2020-12-16 12:48:35.449936]
  242. Downloading: 13%|█▎ | 132M/1.02G [00:02<00:17, 52.0MB/s][2020-12-16 12:48:35.552417]
  243. Downloading: 13%|█▎ | 138M/1.02G [00:02<00:17, 51.6MB/s][2020-12-16 12:48:35.654564]
  244. Downloading: 14%|█▍ | 143M/1.02G [00:02<00:17, 51.3MB/s][2020-12-16 12:48:35.755752]
  245. Downloading: 14%|█▍ | 148M/1.02G [00:02<00:17, 51.1MB/s][2020-12-16 12:48:35.855866]
  246. Downloading: 15%|█▍ | 153M/1.02G [00:03<00:16, 51.5MB/s][2020-12-16 12:48:35.958039]
  247. Downloading: 15%|█▌ | 158M/1.02G [00:03<00:16, 51.2MB/s][2020-12-16 12:48:36.058060]
  248. Downloading: 16%|█▌ | 164M/1.02G [00:03<00:16, 51.5MB/s][2020-12-16 12:48:36.163577]
  249. Downloading: 16%|█▋ | 169M/1.02G [00:03<00:16, 50.7MB/s][2020-12-16 12:48:36.268473]
  250. Downloading: 17%|█▋ | 174M/1.02G [00:03<00:17, 50.0MB/s][2020-12-16 12:48:36.368446]
  251. Downloading: 17%|█▋ | 179M/1.02G [00:03<00:16, 50.7MB/s][2020-12-16 12:48:36.468463]
  252. Downloading: 18%|█▊ | 184M/1.02G [00:03<00:16, 50.9MB/s][2020-12-16 12:48:36.568631]
  253. Downloading: 18%|█▊ | 189M/1.02G [00:03<00:16, 50.9MB/s][2020-12-16 12:48:36.669003]
  254. Downloading: 19%|█▉ | 194M/1.02G [00:03<00:16, 51.0MB/s][2020-12-16 12:48:36.769638]
  255. Downloading: 19%|█▉ | 200M/1.02G [00:03<00:16, 50.9MB/s][2020-12-16 12:48:36.869640]
  256. Downloading: 20%|█▉ | 205M/1.02G [00:04<00:16, 51.1MB/s][2020-12-16 12:48:36.969659]
  257. Downloading: 21%|██ | 210M/1.02G [00:04<00:15, 51.9MB/s][2020-12-16 12:48:37.069646]
  258. Downloading: 21%|██ | 215M/1.02G [00:04<00:15, 52.1MB/s][2020-12-16 12:48:37.169681]
  259. Downloading: 22%|██▏ | 221M/1.02G [00:04<00:15, 52.8MB/s][2020-12-16 12:48:37.275560]
  260. Downloading: 22%|██▏ | 226M/1.02G [00:04<00:15, 51.9MB/s][2020-12-16 12:48:37.375559]
  261. Downloading: 23%|██▎ | 231M/1.02G [00:04<00:15, 52.0MB/s][2020-12-16 12:48:37.478725]
  262. Downloading: 23%|██▎ | 236M/1.02G [00:04<00:15, 51.5MB/s][2020-12-16 12:48:37.581305]
  263. Downloading: 24%|██▎ | 242M/1.02G [00:04<00:15, 51.1MB/s][2020-12-16 12:48:37.681343]
  264. Downloading: 24%|██▍ | 247M/1.02G [00:04<00:14, 51.9MB/s][2020-12-16 12:48:37.784955]
  265. Downloading: 25%|██▍ | 252M/1.02G [00:04<00:15, 51.4MB/s][2020-12-16 12:48:37.885036]
  266. Downloading: 25%|██▌ | 257M/1.02G [00:05<00:14, 51.7MB/s][2020-12-16 12:48:37.985015]
  267. Downloading: 26%|██▌ | 263M/1.02G [00:05<00:14, 52.4MB/s][2020-12-16 12:48:38.084988]
  268. Downloading: 26%|██▌ | 268M/1.02G [00:05<00:14, 53.0MB/s][2020-12-16 12:48:38.185035]
  269. Downloading: 27%|██▋ | 274M/1.02G [00:05<00:14, 53.0MB/s][2020-12-16 12:48:38.286900]
  270. Downloading: 27%|██▋ | 279M/1.02G [00:05<00:14, 52.7MB/s][2020-12-16 12:48:38.386995]
  271. Downloading: 28%|██▊ | 284M/1.02G [00:05<00:14, 52.8MB/s][2020-12-16 12:48:38.486944]
  272. Downloading: 28%|██▊ | 290M/1.02G [00:05<00:13, 52.9MB/s][2020-12-16 12:48:38.586977]
  273. Downloading: 29%|██▉ | 295M/1.02G [00:05<00:13, 53.0MB/s][2020-12-16 12:48:38.700550]
  274. Downloading: 29%|██▉ | 300M/1.02G [00:05<00:14, 50.9MB/s][2020-12-16 12:48:38.800778]
  275. Downloading: 30%|██▉ | 305M/1.02G [00:05<00:14, 51.0MB/s][2020-12-16 12:48:38.900692]
  276. Downloading: 30%|███ | 311M/1.02G [00:06<00:13, 51.6MB/s][2020-12-16 12:48:39.000654]
  277. Downloading: 31%|███ | 316M/1.02G [00:06<00:13, 52.3MB/s][2020-12-16 12:48:39.102912]
  278. Downloading: 31%|███▏ | 321M/1.02G [00:06<00:13, 52.0MB/s][2020-12-16 12:48:39.202908]
  279. Downloading: 32%|███▏ | 327M/1.02G [00:06<00:13, 52.5MB/s][2020-12-16 12:48:39.304703]
  280. Downloading: 32%|███▏ | 332M/1.02G [00:06<00:13, 52.2MB/s][2020-12-16 12:48:39.407607]
  281. Downloading: 33%|███▎ | 337M/1.02G [00:06<00:13, 51.8MB/s][2020-12-16 12:48:39.512427]
  282. Downloading: 33%|███▎ | 342M/1.02G [00:06<00:13, 51.1MB/s][2020-12-16 12:48:39.616613]
  283. Downloading: 34%|███▍ | 347M/1.02G [00:06<00:13, 50.4MB/s][2020-12-16 12:48:39.723028]
  284. Downloading: 34%|███▍ | 352M/1.02G [00:06<00:13, 49.5MB/s][2020-12-16 12:48:39.823016]
  285. Downloading: 35%|███▍ | 358M/1.02G [00:06<00:13, 49.9MB/s][2020-12-16 12:48:39.923025]
  286. Downloading: 35%|███▌ | 363M/1.02G [00:07<00:13, 50.1MB/s][2020-12-16 12:48:40.022945]
  287. Downloading: 36%|███▌ | 368M/1.02G [00:07<00:12, 50.6MB/s][2020-12-16 12:48:40.123174]
  288. Downloading: 36%|███▋ | 373M/1.02G [00:07<00:12, 50.8MB/s][2020-12-16 12:48:40.223157]
  289. Downloading: 37%|███▋ | 378M/1.02G [00:07<00:12, 51.7MB/s][2020-12-16 12:48:40.323140]
  290. Downloading: 37%|███▋ | 384M/1.02G [00:07<00:12, 52.0MB/s][2020-12-16 12:48:40.423255]
  291. Downloading: 38%|███▊ | 389M/1.02G [00:07<00:12, 52.5MB/s][2020-12-16 12:48:40.523376]
  292. Downloading: 38%|███▊ | 394M/1.02G [00:07<00:11, 52.9MB/s][2020-12-16 12:48:40.624486]
  293. Downloading: 39%|███▉ | 400M/1.02G [00:07<00:11, 52.7MB/s][2020-12-16 12:48:40.724438]
  294. Downloading: 40%|███▉ | 405M/1.02G [00:07<00:11, 52.9MB/s][2020-12-16 12:48:40.824490]
  295. Downloading: 40%|████ | 410M/1.02G [00:07<00:11, 52.9MB/s][2020-12-16 12:48:40.924515]
  296. Downloading: 41%|████ | 416M/1.02G [00:08<00:11, 53.3MB/s][2020-12-16 12:48:41.026107]
  297. Downloading: 41%|████ | 421M/1.02G [00:08<00:11, 53.1MB/s][2020-12-16 12:48:41.126129]
  298. Downloading: 42%|████▏ | 426M/1.02G [00:08<00:11, 53.3MB/s][2020-12-16 12:48:41.227172]
  299. Downloading: 42%|████▏ | 432M/1.02G [00:08<00:11, 53.1MB/s][2020-12-16 12:48:41.327171]
  300. Downloading: 43%|████▎ | 437M/1.02G [00:08<00:11, 53.2MB/s][2020-12-16 12:48:41.438015]
  301. Downloading: 43%|████▎ | 442M/1.02G [00:08<00:11, 51.5MB/s][2020-12-16 12:48:41.538216]
  302. Downloading: 44%|████▎ | 448M/1.02G [00:08<00:11, 51.5MB/s][2020-12-16 12:48:41.638263]
  303. Downloading: 44%|████▍ | 453M/1.02G [00:08<00:11, 51.6MB/s][2020-12-16 12:48:41.740795]
  304. Downloading: 45%|████▍ | 458M/1.02G [00:08<00:11, 51.2MB/s][2020-12-16 12:48:41.842412]
  305. Downloading: 45%|████▌ | 463M/1.02G [00:09<00:11, 51.0MB/s][2020-12-16 12:48:41.942459]
  306. Downloading: 46%|████▌ | 468M/1.02G [00:09<00:10, 51.3MB/s][2020-12-16 12:48:42.042633]
  307. Downloading: 46%|████▌ | 473M/1.02G [00:09<00:10, 51.4MB/s][2020-12-16 12:48:42.142458]
  308. Downloading: 47%|████▋ | 479M/1.02G [00:09<00:10, 51.9MB/s][2020-12-16 12:48:42.242474]
  309. Downloading: 47%|████▋ | 484M/1.02G [00:09<00:10, 52.4MB/s][2020-12-16 12:48:42.342543]
  310. Downloading: 48%|████▊ | 489M/1.02G [00:09<00:10, 52.5MB/s][2020-12-16 12:48:42.442526]
  311. Downloading: 48%|████▊ | 495M/1.02G [00:09<00:10, 52.7MB/s][2020-12-16 12:48:42.545173]
  312. Downloading: 49%|████▉ | 500M/1.02G [00:09<00:10, 52.2MB/s][2020-12-16 12:48:42.645305]
  313. Downloading: 49%|████▉ | 505M/1.02G [00:09<00:09, 52.3MB/s][2020-12-16 12:48:42.752131]
  314. Downloading: 50%|████▉ | 510M/1.02G [00:09<00:10, 51.2MB/s][2020-12-16 12:48:42.852180]
  315. Downloading: 50%|█████ | 516M/1.02G [00:10<00:09, 51.7MB/s][2020-12-16 12:48:42.957566]
  316. Downloading: 51%|█████ | 521M/1.02G [00:10<00:09, 50.8MB/s][2020-12-16 12:48:43.066136]
  317. Downloading: 51%|█████▏ | 526M/1.02G [00:10<00:10, 49.6MB/s][2020-12-16 12:48:43.166075]
  318. Downloading: 52%|█████▏ | 531M/1.02G [00:10<00:09, 49.7MB/s][2020-12-16 12:48:43.266085]
  319. Downloading: 52%|█████▏ | 536M/1.02G [00:10<00:09, 50.0MB/s][2020-12-16 12:48:43.366093]
  320. Downloading: 53%|█████▎ | 541M/1.02G [00:10<00:09, 50.2MB/s][2020-12-16 12:48:43.466200]
  321. Downloading: 53%|█████▎ | 546M/1.02G [00:10<00:09, 50.3MB/s][2020-12-16 12:48:43.571631]
  322. Downloading: 54%|█████▍ | 551M/1.02G [00:10<00:09, 49.5MB/s][2020-12-16 12:48:43.671629]
  323. Downloading: 54%|█████▍ | 556M/1.02G [00:10<00:09, 49.8MB/s][2020-12-16 12:48:43.779081]
  324. Downloading: 55%|█████▍ | 561M/1.02G [00:10<00:09, 48.7MB/s][2020-12-16 12:48:43.879029]
  325. Downloading: 55%|█████▌ | 566M/1.02G [00:11<00:09, 49.2MB/s][2020-12-16 12:48:43.979039]
  326. Downloading: 56%|█████▌ | 571M/1.02G [00:11<00:09, 49.7MB/s][2020-12-16 12:48:44.079055]
  327. Downloading: 56%|█████▋ | 576M/1.02G [00:11<00:08, 50.4MB/s][2020-12-16 12:48:44.179148]
  328. Downloading: 57%|█████▋ | 582M/1.02G [00:11<00:08, 51.0MB/s][2020-12-16 12:48:44.279072]
  329. Downloading: 57%|█████▋ | 587M/1.02G [00:11<00:08, 51.7MB/s][2020-12-16 12:48:44.381522]
  330. Downloading: 58%|█████▊ | 592M/1.02G [00:11<00:08, 51.4MB/s][2020-12-16 12:48:44.482996]
  331. Downloading: 58%|█████▊ | 597M/1.02G [00:11<00:08, 51.2MB/s][2020-12-16 12:48:44.583522]
  332. Downloading: 59%|█████▉ | 603M/1.02G [00:11<00:08, 51.1MB/s][2020-12-16 12:48:44.683544]
  333. Downloading: 59%|█████▉ | 608M/1.02G [00:11<00:08, 51.3MB/s][2020-12-16 12:48:44.787234]
  334. Downloading: 60%|█████▉ | 613M/1.02G [00:11<00:08, 50.8MB/s][2020-12-16 12:48:44.887155]
  335. Downloading: 60%|██████ | 618M/1.02G [00:12<00:07, 51.2MB/s][2020-12-16 12:48:44.987262]
  336. Downloading: 61%|██████ | 623M/1.02G [00:12<00:07, 51.7MB/s][2020-12-16 12:48:45.089083]
  337. Downloading: 61%|██████▏ | 629M/1.02G [00:12<00:07, 51.4MB/s][2020-12-16 12:48:45.190778]
  338. Downloading: 62%|██████▏ | 634M/1.02G [00:12<00:07, 51.2MB/s][2020-12-16 12:48:45.290648]
  339. Downloading: 62%|██████▏ | 639M/1.02G [00:12<00:07, 51.5MB/s][2020-12-16 12:48:45.391073]
  340. Downloading: 63%|██████▎ | 644M/1.02G [00:12<00:07, 51.7MB/s][2020-12-16 12:48:45.491151]
  341. Downloading: 63%|██████▎ | 650M/1.02G [00:12<00:07, 52.4MB/s][2020-12-16 12:48:45.592087]
  342. Downloading: 64%|██████▍ | 655M/1.02G [00:12<00:07, 52.2MB/s][2020-12-16 12:48:45.692111]
  343. Downloading: 64%|██████▍ | 660M/1.02G [00:12<00:06, 52.7MB/s][2020-12-16 12:48:45.793713]
  344. Downloading: 65%|██████▍ | 665M/1.02G [00:12<00:06, 52.5MB/s][2020-12-16 12:48:45.893710]
  345. Downloading: 65%|██████▌ | 671M/1.02G [00:13<00:06, 52.7MB/s][2020-12-16 12:48:45.993711]
  346. Downloading: 66%|██████▌ | 676M/1.02G [00:13<00:06, 52.9MB/s][2020-12-16 12:48:46.093741]
  347. Downloading: 67%|██████▋ | 682M/1.02G [00:13<00:06, 53.3MB/s][2020-12-16 12:48:46.194315]
  348. Downloading: 67%|██████▋ | 687M/1.02G [00:13<00:06, 53.2MB/s][2020-12-16 12:48:46.296421]
  349. Downloading: 68%|██████▊ | 692M/1.02G [00:13<00:06, 52.9MB/s][2020-12-16 12:48:46.399781]
  350. Downloading: 68%|██████▊ | 697M/1.02G [00:13<00:06, 52.3MB/s][2020-12-16 12:48:46.499719]
  351. Downloading: 69%|██████▊ | 703M/1.02G [00:13<00:06, 52.6MB/s][2020-12-16 12:48:46.599713]
  352. Downloading: 69%|██████▉ | 708M/1.02G [00:13<00:05, 52.8MB/s][2020-12-16 12:48:46.700463]
  353. Downloading: 70%|██████▉ | 713M/1.02G [00:13<00:05, 52.7MB/s][2020-12-16 12:48:46.805157]
  354. Downloading: 70%|███████ | 719M/1.02G [00:13<00:05, 52.0MB/s][2020-12-16 12:48:46.908995]
  355. Downloading: 71%|███████ | 724M/1.02G [00:14<00:05, 51.4MB/s][2020-12-16 12:48:47.008982]
  356. Downloading: 71%|███████ | 729M/1.02G [00:14<00:05, 51.7MB/s][2020-12-16 12:48:47.109013]
  357. Downloading: 72%|███████▏ | 734M/1.02G [00:14<00:05, 52.1MB/s][2020-12-16 12:48:47.208977]
  358. Downloading: 72%|███████▏ | 740M/1.02G [00:14<00:05, 52.5MB/s][2020-12-16 12:48:47.308967]
  359. Downloading: 73%|███████▎ | 745M/1.02G [00:14<00:05, 52.6MB/s][2020-12-16 12:48:47.409267]
  360. Downloading: 73%|███████▎ | 750M/1.02G [00:14<00:05, 52.6MB/s][2020-12-16 12:48:47.509876]
  361. Downloading: 74%|███████▎ | 756M/1.02G [00:14<00:05, 52.5MB/s][2020-12-16 12:48:47.782935]
  362. Downloading: 74%|███████▍ | 761M/1.02G [00:14<00:07, 34.5MB/s][2020-12-16 12:48:47.882931]
  363. Downloading: 75%|███████▍ | 766M/1.02G [00:15<00:06, 38.0MB/s][2020-12-16 12:48:47.982926]
  364. Downloading: 75%|███████▌ | 771M/1.02G [00:15<00:06, 41.3MB/s][2020-12-16 12:48:48.082862]
  365. Downloading: 76%|███████▌ | 776M/1.02G [00:15<00:05, 44.2MB/s][2020-12-16 12:48:48.182917]
  366. Downloading: 76%|███████▋ | 782M/1.02G [00:15<00:05, 46.4MB/s][2020-12-16 12:48:48.283035]
  367. Downloading: 77%|███████▋ | 787M/1.02G [00:15<00:04, 48.1MB/s][2020-12-16 12:48:48.385086]
  368. Downloading: 77%|███████▋ | 792M/1.02G [00:15<00:04, 48.5MB/s][2020-12-16 12:48:48.485144]
  369. Downloading: 78%|███████▊ | 797M/1.02G [00:15<00:04, 49.3MB/s][2020-12-16 12:48:48.585215]
  370. Downloading: 78%|███████▊ | 802M/1.02G [00:15<00:04, 50.1MB/s][2020-12-16 12:48:48.685146]
  371. Downloading: 79%|███████▉ | 807M/1.02G [00:15<00:04, 50.8MB/s][2020-12-16 12:48:48.785238]
  372. Downloading: 79%|███████▉ | 813M/1.02G [00:15<00:04, 51.2MB/s][2020-12-16 12:48:48.894618]
  373. Downloading: 80%|███████▉ | 818M/1.02G [00:16<00:04, 50.0MB/s][2020-12-16 12:48:48.994564]
  374. Downloading: 80%|████████ | 823M/1.02G [00:16<00:03, 50.7MB/s][2020-12-16 12:48:49.094596]
  375. Downloading: 81%|████████ | 828M/1.02G [00:16<00:03, 51.1MB/s][2020-12-16 12:48:49.194665]
  376. Downloading: 81%|████████▏ | 834M/1.02G [00:16<00:03, 51.8MB/s][2020-12-16 12:48:49.294610]
  377. Downloading: 82%|████████▏ | 839M/1.02G [00:16<00:03, 52.0MB/s][2020-12-16 12:48:49.394652]
  378. Downloading: 82%|████████▏ | 844M/1.02G [00:16<00:03, 52.4MB/s][2020-12-16 12:48:49.494624]
  379. Downloading: 83%|████████▎ | 850M/1.02G [00:16<00:03, 52.9MB/s][2020-12-16 12:48:49.594635]
  380. Downloading: 83%|████████▎ | 855M/1.02G [00:16<00:03, 53.1MB/s][2020-12-16 12:48:49.696136]
  381. Downloading: 84%|████████▍ | 860M/1.02G [00:16<00:03, 52.9MB/s][2020-12-16 12:48:49.798267]
  382. Downloading: 84%|████████▍ | 866M/1.02G [00:16<00:03, 52.6MB/s][2020-12-16 12:48:49.898887]
  383. Downloading: 85%|████████▍ | 871M/1.02G [00:17<00:02, 52.5MB/s][2020-12-16 12:48:50.001180]
  384. Downloading: 85%|████████▌ | 876M/1.02G [00:17<00:02, 52.2MB/s][2020-12-16 12:48:50.101164]
  385. Downloading: 86%|████████▌ | 881M/1.02G [00:17<00:02, 52.3MB/s][2020-12-16 12:48:50.202064]
  386. Downloading: 87%|████████▋ | 887M/1.02G [00:17<00:02, 52.2MB/s][2020-12-16 12:48:50.302078]
  387. Downloading: 87%|████████▋ | 892M/1.02G [00:17<00:02, 52.6MB/s][2020-12-16 12:48:50.402167]
  388. Downloading: 88%|████████▊ | 897M/1.02G [00:17<00:02, 52.7MB/s][2020-12-16 12:48:50.503766]
  389. Downloading: 88%|████████▊ | 903M/1.02G [00:17<00:02, 52.5MB/s][2020-12-16 12:48:50.606351]
  390. Downloading: 89%|████████▊ | 908M/1.02G [00:17<00:02, 52.0MB/s][2020-12-16 12:48:50.706435]
  391. Downloading: 89%|████████▉ | 913M/1.02G [00:17<00:02, 52.6MB/s][2020-12-16 12:48:50.806832]
  392. Downloading: 90%|████████▉ | 918M/1.02G [00:17<00:02, 52.6MB/s][2020-12-16 12:48:50.906905]
  393. Downloading: 90%|█████████ | 924M/1.02G [00:18<00:01, 52.8MB/s][2020-12-16 12:48:51.012335]
  394. Downloading: 91%|█████████ | 929M/1.02G [00:18<00:01, 51.9MB/s][2020-12-16 12:48:51.114326]
  395. Downloading: 91%|█████████ | 934M/1.02G [00:18<00:01, 51.6MB/s][2020-12-16 12:48:51.216179]
  396. Downloading: 92%|█████████▏| 939M/1.02G [00:18<00:01, 51.4MB/s][2020-12-16 12:48:51.316161]
  397. Downloading: 92%|█████████▏| 945M/1.02G [00:18<00:01, 51.8MB/s][2020-12-16 12:48:51.418591]
  398. Downloading: 93%|█████████▎| 950M/1.02G [00:18<00:01, 51.5MB/s][2020-12-16 12:48:51.518586]
  399. Downloading: 93%|█████████▎| 955M/1.02G [00:18<00:01, 51.8MB/s][2020-12-16 12:48:51.618557]
  400. Downloading: 94%|█████████▎| 961M/1.02G [00:18<00:01, 52.3MB/s][2020-12-16 12:48:51.718609]
  401. Downloading: 94%|█████████▍| 966M/1.02G [00:18<00:01, 52.4MB/s][2020-12-16 12:48:51.818648]
  402. Downloading: 95%|█████████▍| 971M/1.02G [00:18<00:01, 52.4MB/s][2020-12-16 12:48:51.918632]
  403. Downloading: 95%|█████████▌| 976M/1.02G [00:19<00:00, 52.5MB/s][2020-12-16 12:48:52.023947]
  404. Downloading: 96%|█████████▌| 982M/1.02G [00:19<00:00, 51.7MB/s][2020-12-16 12:48:52.124048]
  405. Downloading: 96%|█████████▋| 987M/1.02G [00:19<00:00, 51.7MB/s][2020-12-16 12:48:52.224135]
  406. Downloading: 97%|█████████▋| 992M/1.02G [00:19<00:00, 51.7MB/s][2020-12-16 12:48:52.326239]
  407. Downloading: 97%|█████████▋| 997M/1.02G [00:19<00:00, 51.3MB/s][2020-12-16 12:48:52.427055]
  408. Downloading: 98%|█████████▊| 1.00G/1.02G [00:19<00:00, 51.2MB/s][2020-12-16 12:48:52.528136]
  409. Downloading: 98%|█████████▊| 1.01G/1.02G [00:19<00:00, 51.1MB/s][2020-12-16 12:48:52.628048]
  410. Downloading: 99%|█████████▉| 1.01G/1.02G [00:19<00:00, 51.2MB/s][2020-12-16 12:48:52.731130]
  411. Downloading: 99%|█████████▉| 1.02G/1.02G [00:19<00:00, 50.8MB/s][2020-12-16 12:48:52.832938]
  412. Downloading: 100%|█████████▉| 1.02G/1.02G [00:20<00:00, 50.5MB/s][2020-12-16 12:48:52.874658]
  413. Downloading: 100%|██████████| 1.02G/1.02G [00:20<00:00, 51.1MB/s][2020-12-16 12:48:52.875122]
  414. 2020-12-16 12:48:52.874 Lock 139852224415632 released on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  415. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  416. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  417. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  418. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  419. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  420. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  421. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  422. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  423. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  424. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  425. [manager] Streamlit server consistently failed status checks
  426. [manager] Please fix the errors, push an update to the git repo, or reboot the app.
  427. [client] Provisioning machine...
  428. [client] Preparing system...
  429. [manager] Starting up for owner: 'charlywargnier', repository: 'streamlitzeroshottransformerstest', branch: 'main', main module: 'app.py'
  430. [manager] Cloning repository ...
  431. [manager] Cloning into 'streamlitzeroshottransformerstest'...
  432.  
  433. [manager] Cloned repository!
  434. [manager] Processing dependencies ...
  435. Looking in links: https://download.pytorch.org/whl/torch_stable.html
  436. Requirement already satisfied: streamlit in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.72.0)
  437. [client] Spinning up manager process...
  438. Requirement already satisfied: cachetools>=4.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.1)
  439. Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (8.0.1)
  440. Requirement already satisfied: astor in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.8.1)
  441. Requirement already satisfied: gitpython in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.1.11)
  442. Requirement already satisfied: base58 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.1)
  443. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  444. Requirement already satisfied: pyarrow in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.0)
  445. Requirement already satisfied: protobuf!=3.11,>=3.6.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.14.0)
  446. Requirement already satisfied: blinker in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.4)
  447. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  448. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  449. Requirement already satisfied: pydeck>=0.1.dev5 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.5.0)
  450. Requirement already satisfied: tzlocal in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.1)
  451. Requirement already satisfied: altair>=3.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.0)
  452. Requirement already satisfied: watchdog in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.4)
  453. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  454. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  455. Requirement already satisfied: validators in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.18.1)
  456. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  457. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  458. Requirement already satisfied: toml in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.2)
  459. Collecting torch==1.7.1+cpu
  460. Downloading https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl (159.4 MB)
  461. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  462. Collecting transformers==3.1.0
  463. Downloading transformers-3.1.0-py3-none-any.whl (884 kB)
  464. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  465. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  466. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  467. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  468. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  469. Requirement already satisfied: toolz in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.11.1)
  470. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  471. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  472. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  473. Collecting filelock
  474. Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
  475. Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.7/site-packages (from gitpython->streamlit->-r requirements.txt (line 1)) (4.0.5)
  476. Requirement already satisfied: smmap<4,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from gitdb<5,>=4.0.1->gitpython->streamlit->-r requirements.txt (line 1)) (3.0.4)
  477. Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from jinja2->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.1.1)
  478. Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.17.3)
  479. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  480. Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.1.1)
  481. Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (20.3.0)
  482. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  483. Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.4.0)
  484. Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->streamlit->-r requirements.txt (line 1)) (2.4.7)
  485. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  486. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  487. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  488. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  489. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  490. Requirement already satisfied: ipywidgets>=7.0.0 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.5.1)
  491. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  492. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  493. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  494. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  495. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  496. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  497. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  498. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  499. Requirement already satisfied: jedi>=0.10 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.17.2)
  500. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  501. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  502. Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.5)
  503. Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.8.0)
  504. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  505. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.0.8)
  506. Requirement already satisfied: backcall in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  507. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  508. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  509. Requirement already satisfied: widgetsnbextension~=3.5.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.5.1)
  510. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  511. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  512. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  513. Requirement already satisfied: parso<0.8.0,>=0.7.0 in /usr/local/lib/python3.7/site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.1)
  514. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  515. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  516. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  517. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  518. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  519. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  520. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  521. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  522. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  523. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  524. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  525. Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.5)
  526. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  527. Collecting regex!=2019.12.17
  528. Downloading regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl (719 kB)
  529. Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (1.26.2)
  530. Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2.10)
  531. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2020.11.8)
  532. Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (3.0.4)
  533. Collecting sacremoses
  534. Downloading sacremoses-0.0.43.tar.gz (883 kB)
  535. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  536. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  537. Collecting joblib
  538. Downloading joblib-1.0.0-py3-none-any.whl (302 kB)
  539. Collecting sentencepiece!=0.1.92
  540. Downloading sentencepiece-0.1.94-cp37-cp37m-manylinux2014_x86_64.whl (1.1 MB)
  541. Collecting tokenizers==0.8.1.rc2
  542. Downloading tokenizers-0.8.1rc2-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB)
  543. Collecting tqdm>=4.27
  544. Downloading tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
  545. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  546. Collecting typing-extensions
  547. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  548. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  549. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  550. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  551. Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.7/site-packages (from watchdog->streamlit->-r requirements.txt (line 1)) (0.1.2)
  552. Requirement already satisfied: notebook>=4.4.1 in /usr/local/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.5)
  553. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  554. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  555. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  556. Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.0.7)
  557. Requirement already satisfied: prometheus-client in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.0)
  558. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  559. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  560. Requirement already satisfied: terminado>=0.8.3 in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.1)
  561. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  562. Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.5.0)
  563. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  564. Requirement already satisfied: argon2-cffi in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.1.0)
  565. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  566. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  567. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  568. Requirement already satisfied: cffi>=1.0.0 in /usr/local/lib/python3.7/site-packages (from argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.14.4)
  569. Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.20)
  570. Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.1.2)
  571. Requirement already satisfied: testpath in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.4.4)
  572. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  573. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  574. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  575. Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  576. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  577. Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  578. Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  579. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  580. Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.8.4)
  581. Requirement already satisfied: bleach in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.2.1)
  582. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  583. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  584. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  585. Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  586. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  587. Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  588. Requirement already satisfied: async-generator in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.10)
  589. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  590. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  591. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  592. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  593. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  594. Building wheels for collected packages: sacremoses
  595. Building wheel for sacremoses (setup.py): started
  596. Building wheel for sacremoses (setup.py): finished with status 'done'
  597. Created wheel for sacremoses: filename=sacremoses-0.0.43-py3-none-any.whl size=893259 sha256=2889c84259c787398a8cccabdf60af17599da695b7f6a5c30da8d363b55d8c03
  598. Stored in directory: /home/appuser/.cache/pip/wheels/69/09/d1/bf058f7d6fa0ecba2ce7c66be3b8d012beb4bf61a6e0c101c0
  599. Successfully built sacremoses
  600. Installing collected packages: tqdm, regex, joblib, typing-extensions, tokenizers, sentencepiece, sacremoses, filelock, transformers, torch
  601. Successfully installed filelock-3.0.12 joblib-1.0.0 regex-2020.11.13 sacremoses-0.0.43 sentencepiece-0.1.94 tokenizers-0.8.1rc2 torch-1.7.1+cpu tqdm-4.54.1 transformers-3.1.0 typing-extensions-3.7.4.3
  602. WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available.
  603. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  604. [manager] Processed dependencies!
  605.  
  606. You can now view your Streamlit app in your browser.
  607.  
  608. Network URL: [2020-12-16 12:56:45.392193] http://10.12.9.76:8501
  609. External URL: http://35.247.12.22:8501
  610.  
  611. 2020-12-16 12:56:46.072 Lock 140452254795472 acquired on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  612.  
  613. Downloading: 0%| | 0.00/1.21k [00:00<?, ?B/s][2020-12-16 12:56:46.452903]
  614. Downloading: 100%|██████████| 1.21k/1.21k [00:00<00:00, 903kB/s][2020-12-16 12:56:46.453386]
  615. 2020-12-16 12:56:46.452 Lock 140452254795472 released on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  616. 2020-12-16 12:56:46.767 Lock 140451963365200 acquired on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  617.  
  618. Downloading: 0%| | 0.00/899k [00:00<?, ?B/s][2020-12-16 12:56:47.275038]
  619. Downloading: 6%|▌ | 51.2k/899k [00:00<00:02, 396kB/s][2020-12-16 12:56:47.404641]
  620. Downloading: 21%|██▏ | 191k/899k [00:00<00:01, 489kB/s] [2020-12-16 12:56:47.533904]
  621. Downloading: 95%|█████████▍| 853k/899k [00:00<00:00, 671kB/s][2020-12-16 12:56:47.536855]
  622. Downloading: 100%|██████████| 899k/899k [00:00<00:00, 2.30MB/s][2020-12-16 12:56:47.537795]
  623. 2020-12-16 12:56:47.537 Lock 140451963365200 released on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  624. 2020-12-16 12:56:47.827 Lock 140451963505168 acquired on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  625.  
  626. Downloading: 0%| | 0.00/456k [00:00<?, ?B/s][2020-12-16 12:56:48.287502]
  627. Downloading: 11%|█ | 51.2k/456k [00:00<00:01, 394kB/s][2020-12-16 12:56:48.417010]
  628. Downloading: 42%|████▏ | 191k/456k [00:00<00:00, 487kB/s] [2020-12-16 12:56:48.493070]
  629. Downloading: 100%|██████████| 456k/456k [00:00<00:00, 1.36MB/s][2020-12-16 12:56:48.493473]
  630. 2020-12-16 12:56:48.493 Lock 140451963505168 released on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  631. 2020-12-16 12:56:49.128 Lock 140451963114576 acquired on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  632.  
  633. Downloading: 0%| | 0.00/772 [00:00<?, ?B/s][2020-12-16 12:56:49.470665]
  634. Downloading: 100%|██████████| 772/772 [00:00<00:00, 352kB/s][2020-12-16 12:56:49.471247]
  635. 2020-12-16 12:56:49.470 Lock 140451963114576 released on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  636. 2020-12-16 12:56:49.848 Lock 140451963670224 acquired on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  637.  
  638. Downloading: 0%| | 0.00/26.0 [00:00<?, ?B/s][2020-12-16 12:56:50.156533]
  639. Downloading: 100%|██████████| 26.0/26.0 [00:00<00:00, 12.0kB/s][2020-12-16 12:56:50.157178]
  640. 2020-12-16 12:56:50.156 Lock 140451963670224 released on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  641. [client] Connecting...
  642. 2020-12-16 12:56:53.811 Lock 140451792669136 acquired on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  643.  
  644. Downloading: 0%| | 0.00/1.02G [00:00<?, ?B/s][2020-12-16 12:56:54.167524]
  645. Downloading: 0%| | 3.63M/1.02G [00:00<00:28, 36.3MB/s][2020-12-16 12:56:54.267493]
  646. Downloading: 1%| | 8.44M/1.02G [00:00<00:25, 39.2MB/s][2020-12-16 12:56:54.367637]
  647. Downloading: 1%|▏ | 13.2M/1.02G [00:00<00:24, 41.4MB/s][2020-12-16 12:56:54.467666]
  648. Downloading: 2%|▏ | 18.0M/1.02G [00:00<00:23, 43.3MB/s][2020-12-16 12:56:54.567721]
  649. Downloading: 2%|▏ | 23.1M/1.02G [00:00<00:22, 45.3MB/s][2020-12-16 12:56:54.667666]
  650. Downloading: 3%|▎ | 28.2M/1.02G [00:00<00:21, 46.9MB/s][2020-12-16 12:56:54.767764]
  651. Downloading: 3%|▎ | 33.2M/1.02G [00:00<00:20, 47.6MB/s][2020-12-16 12:56:54.868024]
  652. Downloading: 4%|▎ | 38.3M/1.02G [00:00<00:20, 48.6MB/s][2020-12-16 12:56:54.968166]
  653. Downloading: 4%|▍ | 43.2M/1.02G [00:00<00:20, 48.7MB/s][2020-12-16 12:56:55.068057]
  654. Downloading: 5%|▍ | 48.2M/1.02G [00:01<00:19, 49.2MB/s][2020-12-16 12:56:55.168050]
  655. Downloading: 5%|▌ | 53.1M/1.02G [00:01<00:19, 49.2MB/s][2020-12-16 12:56:55.268180]
  656. Downloading: 6%|▌ | 58.0M/1.02G [00:01<00:19, 49.0MB/s][2020-12-16 12:56:55.368234]
  657. Downloading: 6%|▌ | 63.0M/1.02G [00:01<00:19, 49.3MB/s][2020-12-16 12:56:55.468220]
  658. Downloading: 7%|▋ | 68.0M/1.02G [00:01<00:19, 49.3MB/s][2020-12-16 12:56:55.568247]
  659. Downloading: 7%|▋ | 72.9M/1.02G [00:01<00:19, 49.3MB/s][2020-12-16 12:56:55.668251]
  660. Downloading: 8%|▊ | 77.9M/1.02G [00:01<00:19, 49.6MB/s][2020-12-16 12:56:55.768227]
  661. Downloading: 8%|▊ | 82.9M/1.02G [00:01<00:18, 49.7MB/s][2020-12-16 12:56:55.872963]
  662. Downloading: 9%|▊ | 87.9M/1.02G [00:01<00:19, 49.0MB/s][2020-12-16 12:56:55.973030]
  663. Downloading: 9%|▉ | 92.8M/1.02G [00:01<00:19, 48.9MB/s][2020-12-16 12:56:56.073275]
  664. Downloading: 10%|▉ | 97.9M/1.02G [00:02<00:18, 49.5MB/s][2020-12-16 12:56:56.173277]
  665. Downloading: 10%|█ | 103M/1.02G [00:02<00:18, 49.8MB/s] [2020-12-16 12:56:56.273402]
  666. Downloading: 11%|█ | 108M/1.02G [00:02<00:18, 49.7MB/s][2020-12-16 12:56:56.373391]
  667. Downloading: 11%|█ | 113M/1.02G [00:02<00:18, 49.8MB/s][2020-12-16 12:56:56.473386]
  668. Downloading: 12%|█▏ | 118M/1.02G [00:02<00:18, 50.0MB/s][2020-12-16 12:56:56.577723]
  669. Downloading: 12%|█▏ | 123M/1.02G [00:02<00:18, 49.4MB/s][2020-12-16 12:56:56.677728]
  670. Downloading: 12%|█▏ | 128M/1.02G [00:02<00:18, 49.7MB/s][2020-12-16 12:56:56.777789]
  671. Downloading: 13%|█▎ | 133M/1.02G [00:02<00:17, 49.7MB/s][2020-12-16 12:56:56.877843]
  672. Downloading: 13%|█▎ | 138M/1.02G [00:02<00:17, 49.7MB/s][2020-12-16 12:56:56.977850]
  673. Downloading: 14%|█▍ | 143M/1.02G [00:02<00:17, 49.8MB/s][2020-12-16 12:56:57.077804]
  674. Downloading: 14%|█▍ | 148M/1.02G [00:03<00:17, 50.0MB/s][2020-12-16 12:56:57.177940]
  675. Downloading: 15%|█▍ | 153M/1.02G [00:03<00:17, 50.0MB/s][2020-12-16 12:56:57.277915]
  676. Downloading: 15%|█▌ | 158M/1.02G [00:03<00:17, 50.2MB/s][2020-12-16 12:56:57.378237]
  677. Downloading: 16%|█▌ | 163M/1.02G [00:03<00:17, 50.2MB/s][2020-12-16 12:56:57.478880]
  678. Downloading: 16%|█▋ | 168M/1.02G [00:03<00:17, 50.1MB/s][2020-12-16 12:56:57.579764]
  679. Downloading: 17%|█▋ | 173M/1.02G [00:03<00:17, 49.9MB/s][2020-12-16 12:56:57.680059]
  680. Downloading: 17%|█▋ | 178M/1.02G [00:03<00:16, 49.9MB/s][2020-12-16 12:56:57.782150]
  681. Downloading: 18%|█▊ | 183M/1.02G [00:03<00:16, 49.6MB/s][2020-12-16 12:56:57.882417]
  682. Downloading: 18%|█▊ | 188M/1.02G [00:03<00:16, 49.5MB/s][2020-12-16 12:56:57.982476]
  683. Downloading: 19%|█▉ | 193M/1.02G [00:03<00:16, 49.7MB/s][2020-12-16 12:56:58.082428]
  684. Downloading: 19%|█▉ | 198M/1.02G [00:04<00:16, 49.8MB/s][2020-12-16 12:56:58.182470]
  685. Downloading: 20%|█▉ | 203M/1.02G [00:04<00:16, 50.0MB/s][2020-12-16 12:56:58.284006]
  686. Downloading: 20%|██ | 208M/1.02G [00:04<00:16, 49.8MB/s][2020-12-16 12:56:58.383928]
  687. Downloading: 21%|██ | 213M/1.02G [00:04<00:16, 50.0MB/s][2020-12-16 12:56:58.483990]
  688. Downloading: 21%|██▏ | 218M/1.02G [00:04<00:16, 50.0MB/s][2020-12-16 12:56:58.584051]
  689. Downloading: 22%|██▏ | 223M/1.02G [00:04<00:15, 50.3MB/s][2020-12-16 12:56:58.684890]
  690. Downloading: 22%|██▏ | 228M/1.02G [00:04<00:15, 50.2MB/s][2020-12-16 12:56:58.791940]
  691. Downloading: 23%|██▎ | 233M/1.02G [00:04<00:16, 49.1MB/s][2020-12-16 12:56:58.891882]
  692. Downloading: 23%|██▎ | 238M/1.02G [00:04<00:15, 49.4MB/s][2020-12-16 12:56:58.994904]
  693. Downloading: 24%|██▎ | 243M/1.02G [00:04<00:15, 48.9MB/s][2020-12-16 12:56:59.094869]
  694. Downloading: 24%|██▍ | 248M/1.02G [00:05<00:15, 49.5MB/s][2020-12-16 12:56:59.194857]
  695. Downloading: 25%|██▍ | 253M/1.02G [00:05<00:15, 49.6MB/s][2020-12-16 12:56:59.295257]
  696. Downloading: 25%|██▌ | 258M/1.02G [00:05<00:15, 49.5MB/s][2020-12-16 12:56:59.395344]
  697. Downloading: 26%|██▌ | 263M/1.02G [00:05<00:15, 49.7MB/s][2020-12-16 12:56:59.496323]
  698. Downloading: 26%|██▌ | 268M/1.02G [00:05<00:15, 49.6MB/s][2020-12-16 12:56:59.597277]
  699. Downloading: 27%|██▋ | 273M/1.02G [00:05<00:15, 49.4MB/s][2020-12-16 12:56:59.699353]
  700. Downloading: 27%|██▋ | 278M/1.02G [00:05<00:15, 49.1MB/s][2020-12-16 12:56:59.799332]
  701. Downloading: 28%|██▊ | 283M/1.02G [00:05<00:15, 49.4MB/s][2020-12-16 12:56:59.899391]
  702. Downloading: 28%|██▊ | 288M/1.02G [00:05<00:14, 49.7MB/s][2020-12-16 12:57:00.000205]
  703. Downloading: 29%|██▊ | 293M/1.02G [00:05<00:14, 49.6MB/s][2020-12-16 12:57:00.100191]
  704. Downloading: 29%|██▉ | 298M/1.02G [00:06<00:14, 50.0MB/s][2020-12-16 12:57:00.200175]
  705. Downloading: 30%|██▉ | 303M/1.02G [00:06<00:14, 50.3MB/s][2020-12-16 12:57:00.300185]
  706. Downloading: 30%|███ | 308M/1.02G [00:06<00:14, 50.3MB/s][2020-12-16 12:57:00.400225]
  707. Downloading: 31%|███ | 314M/1.02G [00:06<00:14, 50.8MB/s][2020-12-16 12:57:00.500459]
  708. Downloading: 31%|███ | 319M/1.02G [00:06<00:13, 50.8MB/s][2020-12-16 12:57:00.601700]
  709. Downloading: 32%|███▏ | 324M/1.02G [00:06<00:13, 50.6MB/s][2020-12-16 12:57:00.705567]
  710. Downloading: 32%|███▏ | 329M/1.02G [00:06<00:13, 50.0MB/s][2020-12-16 12:57:00.805995]
  711. Downloading: 33%|███▎ | 334M/1.02G [00:06<00:13, 50.0MB/s][2020-12-16 12:57:00.905933]
  712. Downloading: 33%|███▎ | 339M/1.02G [00:06<00:13, 50.4MB/s][2020-12-16 12:57:01.009744]
  713. Downloading: 34%|███▎ | 344M/1.02G [00:06<00:13, 49.8MB/s][2020-12-16 12:57:01.109726]
  714. Downloading: 34%|███▍ | 349M/1.02G [00:07<00:13, 50.3MB/s][2020-12-16 12:57:01.209774]
  715. Downloading: 35%|███▍ | 354M/1.02G [00:07<00:13, 50.3MB/s][2020-12-16 12:57:01.309795]
  716. Downloading: 35%|███▌ | 359M/1.02G [00:07<00:13, 50.5MB/s][2020-12-16 12:57:01.411723]
  717. Downloading: 36%|███▌ | 364M/1.02G [00:07<00:13, 50.2MB/s][2020-12-16 12:57:01.511748]
  718. Downloading: 36%|███▌ | 369M/1.02G [00:07<00:13, 50.2MB/s][2020-12-16 12:57:01.613562]
  719. Downloading: 37%|███▋ | 374M/1.02G [00:07<00:13, 50.0MB/s][2020-12-16 12:57:01.721259]
  720. Downloading: 37%|███▋ | 379M/1.02G [00:07<00:13, 48.9MB/s][2020-12-16 12:57:01.826549]
  721. Downloading: 37%|███▋ | 384M/1.02G [00:07<00:13, 48.1MB/s][2020-12-16 12:57:01.926549]
  722. Downloading: 38%|███▊ | 389M/1.02G [00:07<00:13, 48.1MB/s][2020-12-16 12:57:02.026526]
  723. Downloading: 38%|███▊ | 394M/1.02G [00:07<00:12, 48.6MB/s][2020-12-16 12:57:02.126581]
  724. Downloading: 39%|███▉ | 399M/1.02G [00:08<00:12, 49.3MB/s][2020-12-16 12:57:02.226584]
  725. Downloading: 39%|███▉ | 404M/1.02G [00:08<00:12, 49.4MB/s][2020-12-16 12:57:02.327635]
  726. Downloading: 40%|███▉ | 409M/1.02G [00:08<00:12, 49.3MB/s][2020-12-16 12:57:02.427658]
  727. Downloading: 40%|████ | 414M/1.02G [00:08<00:12, 49.7MB/s][2020-12-16 12:57:02.533210]
  728. Downloading: 41%|████ | 419M/1.02G [00:08<00:12, 48.9MB/s][2020-12-16 12:57:02.633142]
  729. Downloading: 41%|████▏ | 424M/1.02G [00:08<00:12, 49.1MB/s][2020-12-16 12:57:02.734378]
  730. Downloading: 42%|████▏ | 429M/1.02G [00:08<00:12, 48.9MB/s][2020-12-16 12:57:02.834398]
  731. Downloading: 42%|████▏ | 434M/1.02G [00:08<00:12, 49.0MB/s][2020-12-16 12:57:02.934436]
  732. Downloading: 43%|████▎ | 439M/1.02G [00:08<00:11, 49.4MB/s][2020-12-16 12:57:03.034514]
  733. Downloading: 43%|████▎ | 444M/1.02G [00:08<00:11, 49.6MB/s][2020-12-16 12:57:03.134484]
  734. Downloading: 44%|████▍ | 449M/1.02G [00:09<00:11, 49.6MB/s][2020-12-16 12:57:03.234465]
  735. Downloading: 44%|████▍ | 454M/1.02G [00:09<00:11, 49.7MB/s][2020-12-16 12:57:03.335024]
  736. Downloading: 45%|████▍ | 459M/1.02G [00:09<00:11, 49.6MB/s][2020-12-16 12:57:03.434985]
  737. Downloading: 45%|████▌ | 464M/1.02G [00:09<00:11, 49.8MB/s][2020-12-16 12:57:03.546224]
  738. Downloading: 46%|████▌ | 469M/1.02G [00:09<00:11, 48.2MB/s][2020-12-16 12:57:03.652401]
  739. Downloading: 46%|████▌ | 474M/1.02G [00:09<00:11, 47.4MB/s][2020-12-16 12:57:03.752394]
  740. Downloading: 47%|████▋ | 478M/1.02G [00:09<00:11, 47.5MB/s][2020-12-16 12:57:03.852383]
  741. Downloading: 47%|████▋ | 483M/1.02G [00:09<00:11, 48.2MB/s][2020-12-16 12:57:03.952535]
  742. Downloading: 48%|████▊ | 488M/1.02G [00:09<00:11, 48.6MB/s][2020-12-16 12:57:04.052434]
  743. Downloading: 48%|████▊ | 493M/1.02G [00:09<00:10, 49.0MB/s][2020-12-16 12:57:04.152484]
  744. Downloading: 49%|████▊ | 499M/1.02G [00:10<00:10, 49.7MB/s][2020-12-16 12:57:04.253802]
  745. Downloading: 49%|████▉ | 504M/1.02G [00:10<00:10, 49.5MB/s][2020-12-16 12:57:04.355870]
  746. Downloading: 50%|████▉ | 508M/1.02G [00:10<00:10, 49.2MB/s][2020-12-16 12:57:04.455847]
  747. Downloading: 50%|█████ | 513M/1.02G [00:10<00:10, 49.4MB/s][2020-12-16 12:57:04.555897]
  748. Downloading: 51%|█████ | 519M/1.02G [00:10<00:10, 50.0MB/s][2020-12-16 12:57:04.657614]
  749. Downloading: 51%|█████ | 524M/1.02G [00:10<00:10, 49.7MB/s][2020-12-16 12:57:04.763160]
  750. Downloading: 52%|█████▏ | 529M/1.02G [00:10<00:10, 48.9MB/s][2020-12-16 12:57:04.864118]
  751. Downloading: 52%|█████▏ | 533M/1.02G [00:10<00:10, 48.8MB/s][2020-12-16 12:57:04.965033]
  752. Downloading: 53%|█████▎ | 538M/1.02G [00:10<00:09, 48.7MB/s][2020-12-16 12:57:05.065103]
  753. Downloading: 53%|█████▎ | 543M/1.02G [00:10<00:09, 48.8MB/s][2020-12-16 12:57:05.165082]
  754. Downloading: 54%|█████▎ | 548M/1.02G [00:11<00:09, 49.5MB/s][2020-12-16 12:57:05.265160]
  755. Downloading: 54%|█████▍ | 553M/1.02G [00:11<00:09, 50.0MB/s][2020-12-16 12:57:05.365146]
  756. Downloading: 55%|█████▍ | 559M/1.02G [00:11<00:09, 50.4MB/s][2020-12-16 12:57:05.465126]
  757. Downloading: 55%|█████▌ | 564M/1.02G [00:11<00:09, 50.5MB/s][2020-12-16 12:57:05.565100]
  758. Downloading: 55%|█████▌ | 569M/1.02G [00:11<00:09, 50.5MB/s][2020-12-16 12:57:05.668678]
  759. Downloading: 56%|█████▌ | 574M/1.02G [00:11<00:09, 50.0MB/s][2020-12-16 12:57:05.768841]
  760. Downloading: 56%|█████▋ | 579M/1.02G [00:11<00:08, 50.4MB/s][2020-12-16 12:57:05.868823]
  761. Downloading: 57%|█████▋ | 584M/1.02G [00:11<00:08, 50.4MB/s][2020-12-16 12:57:05.970167]
  762. Downloading: 57%|█████▋ | 589M/1.02G [00:11<00:08, 50.2MB/s][2020-12-16 12:57:06.070195]
  763. Downloading: 58%|█████▊ | 594M/1.02G [00:12<00:08, 50.4MB/s][2020-12-16 12:57:06.170244]
  764. Downloading: 58%|█████▊ | 599M/1.02G [00:12<00:08, 50.5MB/s][2020-12-16 12:57:06.270706]
  765. Downloading: 59%|█████▉ | 604M/1.02G [00:12<00:08, 50.4MB/s][2020-12-16 12:57:06.370860]
  766. Downloading: 59%|█████▉ | 609M/1.02G [00:12<00:08, 50.4MB/s][2020-12-16 12:57:06.473326]
  767. Downloading: 60%|█████▉ | 614M/1.02G [00:12<00:08, 50.0MB/s][2020-12-16 12:57:06.578923]
  768. Downloading: 60%|██████ | 619M/1.02G [00:12<00:08, 49.2MB/s][2020-12-16 12:57:06.687029]
  769. Downloading: 61%|██████ | 624M/1.02G [00:12<00:08, 48.0MB/s][2020-12-16 12:57:06.787083]
  770. Downloading: 61%|██████▏ | 629M/1.02G [00:12<00:08, 48.4MB/s][2020-12-16 12:57:06.887034]
  771. Downloading: 62%|██████▏ | 634M/1.02G [00:12<00:08, 48.8MB/s][2020-12-16 12:57:06.987005]
  772. Downloading: 62%|██████▏ | 639M/1.02G [00:12<00:07, 49.0MB/s][2020-12-16 12:57:07.087018]
  773. Downloading: 63%|██████▎ | 644M/1.02G [00:13<00:07, 49.7MB/s][2020-12-16 12:57:07.187057]
  774. Downloading: 63%|██████▎ | 649M/1.02G [00:13<00:07, 50.3MB/s][2020-12-16 12:57:07.287004]
  775. Downloading: 64%|██████▍ | 654M/1.02G [00:13<00:07, 50.4MB/s][2020-12-16 12:57:07.388574]
  776. Downloading: 64%|██████▍ | 660M/1.02G [00:13<00:07, 50.2MB/s][2020-12-16 12:57:07.488562]
  777. Downloading: 65%|██████▍ | 665M/1.02G [00:13<00:07, 50.4MB/s][2020-12-16 12:57:07.600056]
  778. Downloading: 65%|██████▌ | 670M/1.02G [00:13<00:07, 48.7MB/s][2020-12-16 12:57:07.708909]
  779. Downloading: 66%|██████▌ | 675M/1.02G [00:13<00:07, 47.5MB/s][2020-12-16 12:57:07.811540]
  780. Downloading: 66%|██████▋ | 679M/1.02G [00:13<00:07, 47.2MB/s][2020-12-16 12:57:07.911562]
  781. Downloading: 67%|██████▋ | 684M/1.02G [00:13<00:07, 47.2MB/s][2020-12-16 12:57:08.011531]
  782. Downloading: 67%|██████▋ | 689M/1.02G [00:13<00:07, 47.3MB/s][2020-12-16 12:57:08.112487]
  783. Downloading: 68%|██████▊ | 694M/1.02G [00:14<00:07, 47.2MB/s][2020-12-16 12:57:08.212321]
  784. Downloading: 68%|██████▊ | 698M/1.02G [00:14<00:06, 47.3MB/s][2020-12-16 12:57:08.315372]
  785. Downloading: 69%|██████▊ | 703M/1.02G [00:14<00:06, 46.9MB/s][2020-12-16 12:57:08.416709]
  786. Downloading: 69%|██████▉ | 708M/1.02G [00:14<00:06, 46.7MB/s][2020-12-16 12:57:08.519154]
  787. Downloading: 70%|██████▉ | 712M/1.02G [00:14<00:06, 46.4MB/s][2020-12-16 12:57:08.619139]
  788. Downloading: 70%|██████▉ | 717M/1.02G [00:14<00:06, 46.7MB/s][2020-12-16 12:57:08.719305]
  789. Downloading: 70%|███████ | 722M/1.02G [00:14<00:06, 47.0MB/s][2020-12-16 12:57:08.821568]
  790. Downloading: 71%|███████ | 727M/1.02G [00:14<00:06, 46.7MB/s][2020-12-16 12:57:08.921536]
  791. Downloading: 71%|███████▏ | 731M/1.02G [00:14<00:06, 47.0MB/s][2020-12-16 12:57:09.022755]
  792. Downloading: 72%|███████▏ | 736M/1.02G [00:14<00:06, 46.9MB/s][2020-12-16 12:57:09.122821]
  793. Downloading: 72%|███████▏ | 741M/1.02G [00:15<00:06, 47.1MB/s][2020-12-16 12:57:09.223717]
  794. Downloading: 73%|███████▎ | 746M/1.02G [00:15<00:05, 47.0MB/s][2020-12-16 12:57:09.323875]
  795. Downloading: 73%|███████▎ | 750M/1.02G [00:15<00:05, 47.1MB/s][2020-12-16 12:57:09.423843]
  796. Downloading: 74%|███████▎ | 755M/1.02G [00:15<00:05, 47.2MB/s][2020-12-16 12:57:09.523885]
  797. Downloading: 74%|███████▍ | 760M/1.02G [00:15<00:05, 47.3MB/s][2020-12-16 12:57:09.627570]
  798. Downloading: 75%|███████▍ | 765M/1.02G [00:15<00:05, 46.8MB/s][2020-12-16 12:57:09.728037]
  799. Downloading: 75%|███████▌ | 769M/1.02G [00:15<00:05, 46.7MB/s][2020-12-16 12:57:09.831341]
  800. Downloading: 76%|███████▌ | 774M/1.02G [00:15<00:05, 46.3MB/s][2020-12-16 12:57:09.931342]
  801. Downloading: 76%|███████▌ | 779M/1.02G [00:15<00:05, 46.5MB/s][2020-12-16 12:57:10.034215]
  802. Downloading: 76%|███████▋ | 783M/1.02G [00:15<00:05, 46.1MB/s][2020-12-16 12:57:10.134381]
  803. Downloading: 77%|███████▋ | 788M/1.02G [00:16<00:05, 46.0MB/s][2020-12-16 12:57:10.234424]
  804. Downloading: 77%|███████▋ | 793M/1.02G [00:16<00:05, 46.4MB/s][2020-12-16 12:57:10.334467]
  805. Downloading: 78%|███████▊ | 797M/1.02G [00:16<00:04, 46.8MB/s][2020-12-16 12:57:10.434420]
  806. Downloading: 78%|███████▊ | 802M/1.02G [00:16<00:04, 46.9MB/s][2020-12-16 12:57:10.534586]
  807. Downloading: 79%|███████▊ | 807M/1.02G [00:16<00:04, 46.9MB/s][2020-12-16 12:57:10.637130]
  808. Downloading: 79%|███████▉ | 811M/1.02G [00:16<00:04, 46.5MB/s][2020-12-16 12:57:10.737623]
  809. Downloading: 80%|███████▉ | 816M/1.02G [00:16<00:04, 46.5MB/s][2020-12-16 12:57:10.837662]
  810. Downloading: 80%|████████ | 821M/1.02G [00:16<00:04, 46.6MB/s][2020-12-16 12:57:10.937600]
  811. Downloading: 81%|████████ | 826M/1.02G [00:16<00:04, 46.8MB/s][2020-12-16 12:57:11.038630]
  812. Downloading: 81%|████████ | 830M/1.02G [00:16<00:04, 46.6MB/s][2020-12-16 12:57:11.138686]
  813. Downloading: 81%|████████▏ | 835M/1.02G [00:17<00:04, 46.7MB/s][2020-12-16 12:57:11.238700]
  814. Downloading: 82%|████████▏ | 840M/1.02G [00:17<00:03, 46.8MB/s][2020-12-16 12:57:11.338708]
  815. Downloading: 82%|████████▏ | 844M/1.02G [00:17<00:03, 47.0MB/s][2020-12-16 12:57:11.441493]
  816. Downloading: 83%|████████▎ | 849M/1.02G [00:17<00:03, 46.6MB/s][2020-12-16 12:57:11.541605]
  817. Downloading: 83%|████████▎ | 854M/1.02G [00:17<00:03, 46.8MB/s][2020-12-16 12:57:11.641640]
  818. Downloading: 84%|████████▍ | 859M/1.02G [00:17<00:03, 47.3MB/s][2020-12-16 12:57:11.741669]
  819. Downloading: 84%|████████▍ | 863M/1.02G [00:17<00:03, 47.6MB/s][2020-12-16 12:57:11.841632]
  820. Downloading: 85%|████████▍ | 868M/1.02G [00:17<00:03, 47.8MB/s][2020-12-16 12:57:11.942658]
  821. Downloading: 85%|████████▌ | 873M/1.02G [00:17<00:03, 47.7MB/s][2020-12-16 12:57:12.042752]
  822. Downloading: 86%|████████▌ | 878M/1.02G [00:17<00:03, 47.8MB/s][2020-12-16 12:57:12.143429]
  823. Downloading: 86%|████████▌ | 883M/1.02G [00:18<00:02, 47.7MB/s][2020-12-16 12:57:12.243365]
  824. Downloading: 87%|████████▋ | 888M/1.02G [00:18<00:02, 48.0MB/s][2020-12-16 12:57:12.343872]
  825. Downloading: 87%|████████▋ | 892M/1.02G [00:18<00:02, 47.9MB/s][2020-12-16 12:57:12.446166]
  826. Downloading: 88%|████████▊ | 897M/1.02G [00:18<00:02, 47.6MB/s][2020-12-16 12:57:12.546235]
  827. Downloading: 88%|████████▊ | 902M/1.02G [00:18<00:02, 47.7MB/s][2020-12-16 12:57:12.647158]
  828. Downloading: 88%|████████▊ | 907M/1.02G [00:18<00:02, 47.6MB/s][2020-12-16 12:57:12.750362]
  829. Downloading: 89%|████████▉ | 911M/1.02G [00:18<00:02, 47.1MB/s][2020-12-16 12:57:12.852776]
  830. Downloading: 89%|████████▉ | 916M/1.02G [00:18<00:02, 46.8MB/s][2020-12-16 12:57:12.952784]
  831. Downloading: 90%|████████▉ | 921M/1.02G [00:18<00:02, 47.5MB/s][2020-12-16 12:57:13.053463]
  832. Downloading: 90%|█████████ | 926M/1.02G [00:18<00:02, 47.4MB/s][2020-12-16 12:57:13.153443]
  833. Downloading: 91%|█████████ | 931M/1.02G [00:19<00:01, 47.9MB/s][2020-12-16 12:57:13.253407]
  834. Downloading: 91%|█████████▏| 936M/1.02G [00:19<00:01, 48.4MB/s][2020-12-16 12:57:13.353399]
  835. Downloading: 92%|█████████▏| 941M/1.02G [00:19<00:01, 48.9MB/s][2020-12-16 12:57:13.453416]
  836. Downloading: 92%|█████████▏| 946M/1.02G [00:19<00:01, 49.5MB/s][2020-12-16 12:57:13.559285]
  837. Downloading: 93%|█████████▎| 951M/1.02G [00:19<00:01, 48.7MB/s][2020-12-16 12:57:13.659243]
  838. Downloading: 93%|█████████▎| 956M/1.02G [00:19<00:01, 49.0MB/s][2020-12-16 12:57:13.760162]
  839. Downloading: 94%|█████████▎| 961M/1.02G [00:19<00:01, 48.9MB/s][2020-12-16 12:57:13.865249]
  840. Downloading: 94%|█████████▍| 966M/1.02G [00:19<00:01, 48.2MB/s][2020-12-16 12:57:13.973178]
  841. Downloading: 95%|█████████▍| 970M/1.02G [00:19<00:01, 47.1MB/s][2020-12-16 12:57:14.073541]
  842. Downloading: 95%|█████████▌| 975M/1.02G [00:20<00:01, 47.1MB/s][2020-12-16 12:57:14.173659]
  843. Downloading: 96%|█████████▌| 980M/1.02G [00:20<00:00, 47.4MB/s][2020-12-16 12:57:14.273595]
  844. Downloading: 96%|█████████▌| 985M/1.02G [00:20<00:00, 47.8MB/s][2020-12-16 12:57:14.373647]
  845. Downloading: 97%|█████████▋| 990M/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 12:57:14.473644]
  846. Downloading: 97%|█████████▋| 995M/1.02G [00:20<00:00, 49.1MB/s][2020-12-16 12:57:14.576071]
  847. Downloading: 98%|█████████▊| 1.00G/1.02G [00:20<00:00, 48.7MB/s][2020-12-16 12:57:14.679962]
  848. Downloading: 98%|█████████▊| 1.00G/1.02G [00:20<00:00, 48.2MB/s][2020-12-16 12:57:14.780052]
  849. Downloading: 99%|█████████▊| 1.01G/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 12:57:14.880035]
  850. Downloading: 99%|█████████▉| 1.01G/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 12:57:14.987749]
  851. Downloading: 99%|█████████▉| 1.02G/1.02G [00:20<00:00, 47.6MB/s][2020-12-16 12:57:15.089991]
  852. Downloading: 100%|█████████▉| 1.02G/1.02G [00:21<00:00, 47.3MB/s][2020-12-16 12:57:15.105911]
  853. Downloading: 100%|██████████| 1.02G/1.02G [00:21<00:00, 48.7MB/s][2020-12-16 12:57:15.106476]
  854. 2020-12-16 12:57:15.106 Lock 140451792669136 released on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  855. [manager] Starting up for owner: 'charlywargnier', repository: 'streamlitzeroshottransformerstest', branch: 'main', main module: 'app.py'
  856. [manager] Cloning repository ...
  857. [manager] Cloning into 'streamlitzeroshottransformerstest'...
  858.  
  859. [manager] Cloned repository!
  860. [manager] Processing dependencies ...
  861. Looking in links: https://download.pytorch.org/whl/torch_stable.html
  862. Requirement already satisfied: streamlit in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.72.0)
  863. Requirement already satisfied: cachetools>=4.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.1)
  864. Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (8.0.1)
  865. Requirement already satisfied: astor in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.8.1)
  866. Requirement already satisfied: gitpython in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.1.11)
  867. Requirement already satisfied: base58 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.1)
  868. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  869. Requirement already satisfied: pyarrow in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.0)
  870. Requirement already satisfied: protobuf!=3.11,>=3.6.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.14.0)
  871. Requirement already satisfied: blinker in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.4)
  872. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  873. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  874. Requirement already satisfied: pydeck>=0.1.dev5 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.5.0)
  875. Requirement already satisfied: tzlocal in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.1)
  876. Requirement already satisfied: altair>=3.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.0)
  877. Requirement already satisfied: watchdog in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.4)
  878. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  879. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  880. Requirement already satisfied: validators in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.18.1)
  881. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  882. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  883. Requirement already satisfied: toml in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.2)
  884. Collecting torch==1.7.1+cpu
  885. Downloading https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl (159.4 MB)
  886. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  887. Collecting transformers==3.1.0
  888. Downloading transformers-3.1.0-py3-none-any.whl (884 kB)
  889. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  890. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  891. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  892. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  893. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  894. Requirement already satisfied: toolz in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.11.1)
  895. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  896. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  897. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  898. Collecting filelock
  899. Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
  900. Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.7/site-packages (from gitpython->streamlit->-r requirements.txt (line 1)) (4.0.5)
  901. Requirement already satisfied: smmap<4,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from gitdb<5,>=4.0.1->gitpython->streamlit->-r requirements.txt (line 1)) (3.0.4)
  902. Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from jinja2->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.1.1)
  903. Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.17.3)
  904. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  905. Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.1.1)
  906. Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (20.3.0)
  907. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  908. Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.4.0)
  909. Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->streamlit->-r requirements.txt (line 1)) (2.4.7)
  910. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  911. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  912. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  913. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  914. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  915. Requirement already satisfied: ipywidgets>=7.0.0 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.5.1)
  916. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  917. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  918. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  919. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  920. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  921. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  922. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  923. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  924. Requirement already satisfied: jedi>=0.10 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.17.2)
  925. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  926. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  927. Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.5)
  928. Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.8.0)
  929. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  930. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.0.8)
  931. Requirement already satisfied: backcall in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  932. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  933. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  934. Requirement already satisfied: widgetsnbextension~=3.5.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.5.1)
  935. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  936. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  937. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  938. Requirement already satisfied: parso<0.8.0,>=0.7.0 in /usr/local/lib/python3.7/site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.1)
  939. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  940. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  941. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  942. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  943. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  944. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  945. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  946. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  947. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  948. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  949. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  950. Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.5)
  951. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  952. Collecting regex!=2019.12.17
  953. Downloading regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl (719 kB)
  954. Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (1.26.2)
  955. Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2.10)
  956. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2020.11.8)
  957. Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (3.0.4)
  958. Collecting sacremoses
  959. Downloading sacremoses-0.0.43.tar.gz (883 kB)
  960. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  961. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  962. Collecting joblib
  963. Downloading joblib-1.0.0-py3-none-any.whl (302 kB)
  964. Collecting sentencepiece!=0.1.92
  965. Downloading sentencepiece-0.1.94-cp37-cp37m-manylinux2014_x86_64.whl (1.1 MB)
  966. Collecting tokenizers==0.8.1.rc2
  967. Downloading tokenizers-0.8.1rc2-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB)
  968. Collecting tqdm>=4.27
  969. Downloading tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
  970. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  971. Collecting typing-extensions
  972. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  973. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  974. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  975. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  976. Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.7/site-packages (from watchdog->streamlit->-r requirements.txt (line 1)) (0.1.2)
  977. Requirement already satisfied: notebook>=4.4.1 in /usr/local/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.5)
  978. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  979. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  980. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  981. Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.0.7)
  982. Requirement already satisfied: prometheus-client in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.0)
  983. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  984. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  985. Requirement already satisfied: terminado>=0.8.3 in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.1)
  986. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  987. Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.5.0)
  988. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  989. Requirement already satisfied: argon2-cffi in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.1.0)
  990. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  991. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  992. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  993. Requirement already satisfied: cffi>=1.0.0 in /usr/local/lib/python3.7/site-packages (from argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.14.4)
  994. Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.20)
  995. Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.1.2)
  996. Requirement already satisfied: testpath in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.4.4)
  997. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  998. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  999. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  1000. Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  1001. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1002. Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1003. Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  1004. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1005. Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.8.4)
  1006. Requirement already satisfied: bleach in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.2.1)
  1007. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1008. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1009. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1010. Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  1011. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1012. Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  1013. Requirement already satisfied: async-generator in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.10)
  1014. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1015. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1016. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1017. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1018. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1019. Building wheels for collected packages: sacremoses
  1020. Building wheel for sacremoses (setup.py): started
  1021. Building wheel for sacremoses (setup.py): finished with status 'done'
  1022. Created wheel for sacremoses: filename=sacremoses-0.0.43-py3-none-any.whl size=893259 sha256=2889c84259c787398a8cccabdf60af17599da695b7f6a5c30da8d363b55d8c03
  1023. Stored in directory: /home/appuser/.cache/pip/wheels/69/09/d1/bf058f7d6fa0ecba2ce7c66be3b8d012beb4bf61a6e0c101c0
  1024. Successfully built sacremoses
  1025. Installing collected packages: tqdm, regex, joblib, typing-extensions, tokenizers, sentencepiece, sacremoses, filelock, transformers, torch
  1026. Successfully installed filelock-3.0.12 joblib-1.0.0 regex-2020.11.13 sacremoses-0.0.43 sentencepiece-0.1.94 tokenizers-0.8.1rc2 torch-1.7.1+cpu tqdm-4.54.1 transformers-3.1.0 typing-extensions-3.7.4.3
  1027. WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available.
  1028. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  1029. [manager] Processed dependencies!
  1030.  
  1031. You can now view your Streamlit app in your browser.
  1032.  
  1033. Network URL: [2020-12-16 12:56:45.392193] http://10.12.9.76:8501
  1034. External URL: http://35.247.12.22:8501
  1035.  
  1036. 2020-12-16 12:56:46.072 Lock 140452254795472 acquired on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  1037.  
  1038. Downloading: 0%| | 0.00/1.21k [00:00<?, ?B/s][2020-12-16 12:56:46.452903]
  1039. Downloading: 100%|██████████| 1.21k/1.21k [00:00<00:00, 903kB/s][2020-12-16 12:56:46.453386]
  1040. 2020-12-16 12:56:46.452 Lock 140452254795472 released on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  1041. 2020-12-16 12:56:46.767 Lock 140451963365200 acquired on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  1042.  
  1043. Downloading: 0%| | 0.00/899k [00:00<?, ?B/s][2020-12-16 12:56:47.275038]
  1044. Downloading: 6%|▌ | 51.2k/899k [00:00<00:02, 396kB/s][2020-12-16 12:56:47.404641]
  1045. Downloading: 21%|██▏ | 191k/899k [00:00<00:01, 489kB/s] [2020-12-16 12:56:47.533904]
  1046. Downloading: 95%|█████████▍| 853k/899k [00:00<00:00, 671kB/s][2020-12-16 12:56:47.536855]
  1047. Downloading: 100%|██████████| 899k/899k [00:00<00:00, 2.30MB/s][2020-12-16 12:56:47.537795]
  1048. 2020-12-16 12:56:47.537 Lock 140451963365200 released on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  1049. 2020-12-16 12:56:47.827 Lock 140451963505168 acquired on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  1050.  
  1051. Downloading: 0%| | 0.00/456k [00:00<?, ?B/s][2020-12-16 12:56:48.287502]
  1052. Downloading: 11%|█ | 51.2k/456k [00:00<00:01, 394kB/s][2020-12-16 12:56:48.417010]
  1053. Downloading: 42%|████▏ | 191k/456k [00:00<00:00, 487kB/s] [2020-12-16 12:56:48.493070]
  1054. Downloading: 100%|██████████| 456k/456k [00:00<00:00, 1.36MB/s][2020-12-16 12:56:48.493473]
  1055. 2020-12-16 12:56:48.493 Lock 140451963505168 released on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  1056. 2020-12-16 12:56:49.128 Lock 140451963114576 acquired on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  1057.  
  1058. Downloading: 0%| | 0.00/772 [00:00<?, ?B/s][2020-12-16 12:56:49.470665]
  1059. Downloading: 100%|██████████| 772/772 [00:00<00:00, 352kB/s][2020-12-16 12:56:49.471247]
  1060. 2020-12-16 12:56:49.470 Lock 140451963114576 released on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  1061. 2020-12-16 12:56:49.848 Lock 140451963670224 acquired on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  1062.  
  1063. Downloading: 0%| | 0.00/26.0 [00:00<?, ?B/s][2020-12-16 12:56:50.156533]
  1064. Downloading: 100%|██████████| 26.0/26.0 [00:00<00:00, 12.0kB/s][2020-12-16 12:56:50.157178]
  1065. 2020-12-16 12:56:50.156 Lock 140451963670224 released on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  1066. 2020-12-16 12:56:53.811 Lock 140451792669136 acquired on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  1067.  
  1068. Downloading: 0%| | 0.00/1.02G [00:00<?, ?B/s][2020-12-16 12:56:54.167524]
  1069. Downloading: 0%| | 3.63M/1.02G [00:00<00:28, 36.3MB/s][2020-12-16 12:56:54.267493]
  1070. Downloading: 1%| | 8.44M/1.02G [00:00<00:25, 39.2MB/s][2020-12-16 12:56:54.367637]
  1071. Downloading: 1%|▏ | 13.2M/1.02G [00:00<00:24, 41.4MB/s][2020-12-16 12:56:54.467666]
  1072. Downloading: 2%|▏ | 18.0M/1.02G [00:00<00:23, 43.3MB/s][2020-12-16 12:56:54.567721]
  1073. Downloading: 2%|▏ | 23.1M/1.02G [00:00<00:22, 45.3MB/s][2020-12-16 12:56:54.667666]
  1074. Downloading: 3%|▎ | 28.2M/1.02G [00:00<00:21, 46.9MB/s][2020-12-16 12:56:54.767764]
  1075. Downloading: 3%|▎ | 33.2M/1.02G [00:00<00:20, 47.6MB/s][2020-12-16 12:56:54.868024]
  1076. Downloading: 4%|▎ | 38.3M/1.02G [00:00<00:20, 48.6MB/s][2020-12-16 12:56:54.968166]
  1077. Downloading: 4%|▍ | 43.2M/1.02G [00:00<00:20, 48.7MB/s][2020-12-16 12:56:55.068057]
  1078. Downloading: 5%|▍ | 48.2M/1.02G [00:01<00:19, 49.2MB/s][2020-12-16 12:56:55.168050]
  1079. Downloading: 5%|▌ | 53.1M/1.02G [00:01<00:19, 49.2MB/s][2020-12-16 12:56:55.268180]
  1080. Downloading: 6%|▌ | 58.0M/1.02G [00:01<00:19, 49.0MB/s][2020-12-16 12:56:55.368234]
  1081. Downloading: 6%|▌ | 63.0M/1.02G [00:01<00:19, 49.3MB/s][2020-12-16 12:56:55.468220]
  1082. Downloading: 7%|▋ | 68.0M/1.02G [00:01<00:19, 49.3MB/s][2020-12-16 12:56:55.568247]
  1083. Downloading: 7%|▋ | 72.9M/1.02G [00:01<00:19, 49.3MB/s][2020-12-16 12:56:55.668251]
  1084. Downloading: 8%|▊ | 77.9M/1.02G [00:01<00:19, 49.6MB/s][2020-12-16 12:56:55.768227]
  1085. Downloading: 8%|▊ | 82.9M/1.02G [00:01<00:18, 49.7MB/s][2020-12-16 12:56:55.872963]
  1086. Downloading: 9%|▊ | 87.9M/1.02G [00:01<00:19, 49.0MB/s][2020-12-16 12:56:55.973030]
  1087. Downloading: 9%|▉ | 92.8M/1.02G [00:01<00:19, 48.9MB/s][2020-12-16 12:56:56.073275]
  1088. Downloading: 10%|▉ | 97.9M/1.02G [00:02<00:18, 49.5MB/s][2020-12-16 12:56:56.173277]
  1089. Downloading: 10%|█ | 103M/1.02G [00:02<00:18, 49.8MB/s] [2020-12-16 12:56:56.273402]
  1090. Downloading: 11%|█ | 108M/1.02G [00:02<00:18, 49.7MB/s][2020-12-16 12:56:56.373391]
  1091. Downloading: 11%|█ | 113M/1.02G [00:02<00:18, 49.8MB/s][2020-12-16 12:56:56.473386]
  1092. Downloading: 12%|█▏ | 118M/1.02G [00:02<00:18, 50.0MB/s][2020-12-16 12:56:56.577723]
  1093. Downloading: 12%|█▏ | 123M/1.02G [00:02<00:18, 49.4MB/s][2020-12-16 12:56:56.677728]
  1094. Downloading: 12%|█▏ | 128M/1.02G [00:02<00:18, 49.7MB/s][2020-12-16 12:56:56.777789]
  1095. Downloading: 13%|█▎ | 133M/1.02G [00:02<00:17, 49.7MB/s][2020-12-16 12:56:56.877843]
  1096. Downloading: 13%|█▎ | 138M/1.02G [00:02<00:17, 49.7MB/s][2020-12-16 12:56:56.977850]
  1097. Downloading: 14%|█▍ | 143M/1.02G [00:02<00:17, 49.8MB/s][2020-12-16 12:56:57.077804]
  1098. Downloading: 14%|█▍ | 148M/1.02G [00:03<00:17, 50.0MB/s][2020-12-16 12:56:57.177940]
  1099. Downloading: 15%|█▍ | 153M/1.02G [00:03<00:17, 50.0MB/s][2020-12-16 12:56:57.277915]
  1100. Downloading: 15%|█▌ | 158M/1.02G [00:03<00:17, 50.2MB/s][2020-12-16 12:56:57.378237]
  1101. Downloading: 16%|█▌ | 163M/1.02G [00:03<00:17, 50.2MB/s][2020-12-16 12:56:57.478880]
  1102. Downloading: 16%|█▋ | 168M/1.02G [00:03<00:17, 50.1MB/s][2020-12-16 12:56:57.579764]
  1103. Downloading: 17%|█▋ | 173M/1.02G [00:03<00:17, 49.9MB/s][2020-12-16 12:56:57.680059]
  1104. Downloading: 17%|█▋ | 178M/1.02G [00:03<00:16, 49.9MB/s][2020-12-16 12:56:57.782150]
  1105. Downloading: 18%|█▊ | 183M/1.02G [00:03<00:16, 49.6MB/s][2020-12-16 12:56:57.882417]
  1106. Downloading: 18%|█▊ | 188M/1.02G [00:03<00:16, 49.5MB/s][2020-12-16 12:56:57.982476]
  1107. Downloading: 19%|█▉ | 193M/1.02G [00:03<00:16, 49.7MB/s][2020-12-16 12:56:58.082428]
  1108. Downloading: 19%|█▉ | 198M/1.02G [00:04<00:16, 49.8MB/s][2020-12-16 12:56:58.182470]
  1109. Downloading: 20%|█▉ | 203M/1.02G [00:04<00:16, 50.0MB/s][2020-12-16 12:56:58.284006]
  1110. Downloading: 20%|██ | 208M/1.02G [00:04<00:16, 49.8MB/s][2020-12-16 12:56:58.383928]
  1111. Downloading: 21%|██ | 213M/1.02G [00:04<00:16, 50.0MB/s][2020-12-16 12:56:58.483990]
  1112. Downloading: 21%|██▏ | 218M/1.02G [00:04<00:16, 50.0MB/s][2020-12-16 12:56:58.584051]
  1113. Downloading: 22%|██▏ | 223M/1.02G [00:04<00:15, 50.3MB/s][2020-12-16 12:56:58.684890]
  1114. Downloading: 22%|██▏ | 228M/1.02G [00:04<00:15, 50.2MB/s][2020-12-16 12:56:58.791940]
  1115. Downloading: 23%|██▎ | 233M/1.02G [00:04<00:16, 49.1MB/s][2020-12-16 12:56:58.891882]
  1116. Downloading: 23%|██▎ | 238M/1.02G [00:04<00:15, 49.4MB/s][2020-12-16 12:56:58.994904]
  1117. Downloading: 24%|██▎ | 243M/1.02G [00:04<00:15, 48.9MB/s][2020-12-16 12:56:59.094869]
  1118. Downloading: 24%|██▍ | 248M/1.02G [00:05<00:15, 49.5MB/s][2020-12-16 12:56:59.194857]
  1119. Downloading: 25%|██▍ | 253M/1.02G [00:05<00:15, 49.6MB/s][2020-12-16 12:56:59.295257]
  1120. Downloading: 25%|██▌ | 258M/1.02G [00:05<00:15, 49.5MB/s][2020-12-16 12:56:59.395344]
  1121. Downloading: 26%|██▌ | 263M/1.02G [00:05<00:15, 49.7MB/s][2020-12-16 12:56:59.496323]
  1122. Downloading: 26%|██▌ | 268M/1.02G [00:05<00:15, 49.6MB/s][2020-12-16 12:56:59.597277]
  1123. Downloading: 27%|██▋ | 273M/1.02G [00:05<00:15, 49.4MB/s][2020-12-16 12:56:59.699353]
  1124. Downloading: 27%|██▋ | 278M/1.02G [00:05<00:15, 49.1MB/s][2020-12-16 12:56:59.799332]
  1125. Downloading: 28%|██▊ | 283M/1.02G [00:05<00:15, 49.4MB/s][2020-12-16 12:56:59.899391]
  1126. Downloading: 28%|██▊ | 288M/1.02G [00:05<00:14, 49.7MB/s][2020-12-16 12:57:00.000205]
  1127. Downloading: 29%|██▊ | 293M/1.02G [00:05<00:14, 49.6MB/s][2020-12-16 12:57:00.100191]
  1128. Downloading: 29%|██▉ | 298M/1.02G [00:06<00:14, 50.0MB/s][2020-12-16 12:57:00.200175]
  1129. Downloading: 30%|██▉ | 303M/1.02G [00:06<00:14, 50.3MB/s][2020-12-16 12:57:00.300185]
  1130. Downloading: 30%|███ | 308M/1.02G [00:06<00:14, 50.3MB/s][2020-12-16 12:57:00.400225]
  1131. Downloading: 31%|███ | 314M/1.02G [00:06<00:14, 50.8MB/s][2020-12-16 12:57:00.500459]
  1132. Downloading: 31%|███ | 319M/1.02G [00:06<00:13, 50.8MB/s][2020-12-16 12:57:00.601700]
  1133. Downloading: 32%|███▏ | 324M/1.02G [00:06<00:13, 50.6MB/s][2020-12-16 12:57:00.705567]
  1134. Downloading: 32%|███▏ | 329M/1.02G [00:06<00:13, 50.0MB/s][2020-12-16 12:57:00.805995]
  1135. Downloading: 33%|███▎ | 334M/1.02G [00:06<00:13, 50.0MB/s][2020-12-16 12:57:00.905933]
  1136. Downloading: 33%|███▎ | 339M/1.02G [00:06<00:13, 50.4MB/s][2020-12-16 12:57:01.009744]
  1137. Downloading: 34%|███▎ | 344M/1.02G [00:06<00:13, 49.8MB/s][2020-12-16 12:57:01.109726]
  1138. Downloading: 34%|███▍ | 349M/1.02G [00:07<00:13, 50.3MB/s][2020-12-16 12:57:01.209774]
  1139. Downloading: 35%|███▍ | 354M/1.02G [00:07<00:13, 50.3MB/s][2020-12-16 12:57:01.309795]
  1140. Downloading: 35%|███▌ | 359M/1.02G [00:07<00:13, 50.5MB/s][2020-12-16 12:57:01.411723]
  1141. Downloading: 36%|███▌ | 364M/1.02G [00:07<00:13, 50.2MB/s][2020-12-16 12:57:01.511748]
  1142. Downloading: 36%|███▌ | 369M/1.02G [00:07<00:13, 50.2MB/s][2020-12-16 12:57:01.613562]
  1143. Downloading: 37%|███▋ | 374M/1.02G [00:07<00:13, 50.0MB/s][2020-12-16 12:57:01.721259]
  1144. Downloading: 37%|███▋ | 379M/1.02G [00:07<00:13, 48.9MB/s][2020-12-16 12:57:01.826549]
  1145. Downloading: 37%|███▋ | 384M/1.02G [00:07<00:13, 48.1MB/s][2020-12-16 12:57:01.926549]
  1146. Downloading: 38%|███▊ | 389M/1.02G [00:07<00:13, 48.1MB/s][2020-12-16 12:57:02.026526]
  1147. Downloading: 38%|███▊ | 394M/1.02G [00:07<00:12, 48.6MB/s][2020-12-16 12:57:02.126581]
  1148. Downloading: 39%|███▉ | 399M/1.02G [00:08<00:12, 49.3MB/s][2020-12-16 12:57:02.226584]
  1149. Downloading: 39%|███▉ | 404M/1.02G [00:08<00:12, 49.4MB/s][2020-12-16 12:57:02.327635]
  1150. Downloading: 40%|███▉ | 409M/1.02G [00:08<00:12, 49.3MB/s][2020-12-16 12:57:02.427658]
  1151. Downloading: 40%|████ | 414M/1.02G [00:08<00:12, 49.7MB/s][2020-12-16 12:57:02.533210]
  1152. Downloading: 41%|████ | 419M/1.02G [00:08<00:12, 48.9MB/s][2020-12-16 12:57:02.633142]
  1153. Downloading: 41%|████▏ | 424M/1.02G [00:08<00:12, 49.1MB/s][2020-12-16 12:57:02.734378]
  1154. Downloading: 42%|████▏ | 429M/1.02G [00:08<00:12, 48.9MB/s][2020-12-16 12:57:02.834398]
  1155. Downloading: 42%|████▏ | 434M/1.02G [00:08<00:12, 49.0MB/s][2020-12-16 12:57:02.934436]
  1156. Downloading: 43%|████▎ | 439M/1.02G [00:08<00:11, 49.4MB/s][2020-12-16 12:57:03.034514]
  1157. Downloading: 43%|████▎ | 444M/1.02G [00:08<00:11, 49.6MB/s][2020-12-16 12:57:03.134484]
  1158. Downloading: 44%|████▍ | 449M/1.02G [00:09<00:11, 49.6MB/s][2020-12-16 12:57:03.234465]
  1159. Downloading: 44%|████▍ | 454M/1.02G [00:09<00:11, 49.7MB/s][2020-12-16 12:57:03.335024]
  1160. Downloading: 45%|████▍ | 459M/1.02G [00:09<00:11, 49.6MB/s][2020-12-16 12:57:03.434985]
  1161. Downloading: 45%|████▌ | 464M/1.02G [00:09<00:11, 49.8MB/s][2020-12-16 12:57:03.546224]
  1162. Downloading: 46%|████▌ | 469M/1.02G [00:09<00:11, 48.2MB/s][2020-12-16 12:57:03.652401]
  1163. Downloading: 46%|████▌ | 474M/1.02G [00:09<00:11, 47.4MB/s][2020-12-16 12:57:03.752394]
  1164. Downloading: 47%|████▋ | 478M/1.02G [00:09<00:11, 47.5MB/s][2020-12-16 12:57:03.852383]
  1165. Downloading: 47%|████▋ | 483M/1.02G [00:09<00:11, 48.2MB/s][2020-12-16 12:57:03.952535]
  1166. Downloading: 48%|████▊ | 488M/1.02G [00:09<00:11, 48.6MB/s][2020-12-16 12:57:04.052434]
  1167. Downloading: 48%|████▊ | 493M/1.02G [00:09<00:10, 49.0MB/s][2020-12-16 12:57:04.152484]
  1168. Downloading: 49%|████▊ | 499M/1.02G [00:10<00:10, 49.7MB/s][2020-12-16 12:57:04.253802]
  1169. Downloading: 49%|████▉ | 504M/1.02G [00:10<00:10, 49.5MB/s][2020-12-16 12:57:04.355870]
  1170. Downloading: 50%|████▉ | 508M/1.02G [00:10<00:10, 49.2MB/s][2020-12-16 12:57:04.455847]
  1171. Downloading: 50%|█████ | 513M/1.02G [00:10<00:10, 49.4MB/s][2020-12-16 12:57:04.555897]
  1172. Downloading: 51%|█████ | 519M/1.02G [00:10<00:10, 50.0MB/s][2020-12-16 12:57:04.657614]
  1173. Downloading: 51%|█████ | 524M/1.02G [00:10<00:10, 49.7MB/s][2020-12-16 12:57:04.763160]
  1174. Downloading: 52%|█████▏ | 529M/1.02G [00:10<00:10, 48.9MB/s][2020-12-16 12:57:04.864118]
  1175. Downloading: 52%|█████▏ | 533M/1.02G [00:10<00:10, 48.8MB/s][2020-12-16 12:57:04.965033]
  1176. Downloading: 53%|█████▎ | 538M/1.02G [00:10<00:09, 48.7MB/s][2020-12-16 12:57:05.065103]
  1177. Downloading: 53%|█████▎ | 543M/1.02G [00:10<00:09, 48.8MB/s][2020-12-16 12:57:05.165082]
  1178. Downloading: 54%|█████▎ | 548M/1.02G [00:11<00:09, 49.5MB/s][2020-12-16 12:57:05.265160]
  1179. Downloading: 54%|█████▍ | 553M/1.02G [00:11<00:09, 50.0MB/s][2020-12-16 12:57:05.365146]
  1180. Downloading: 55%|█████▍ | 559M/1.02G [00:11<00:09, 50.4MB/s][2020-12-16 12:57:05.465126]
  1181. Downloading: 55%|█████▌ | 564M/1.02G [00:11<00:09, 50.5MB/s][2020-12-16 12:57:05.565100]
  1182. Downloading: 55%|█████▌ | 569M/1.02G [00:11<00:09, 50.5MB/s][2020-12-16 12:57:05.668678]
  1183. Downloading: 56%|█████▌ | 574M/1.02G [00:11<00:09, 50.0MB/s][2020-12-16 12:57:05.768841]
  1184. Downloading: 56%|█████▋ | 579M/1.02G [00:11<00:08, 50.4MB/s][2020-12-16 12:57:05.868823]
  1185. Downloading: 57%|█████▋ | 584M/1.02G [00:11<00:08, 50.4MB/s][2020-12-16 12:57:05.970167]
  1186. Downloading: 57%|█████▋ | 589M/1.02G [00:11<00:08, 50.2MB/s][2020-12-16 12:57:06.070195]
  1187. Downloading: 58%|█████▊ | 594M/1.02G [00:12<00:08, 50.4MB/s][2020-12-16 12:57:06.170244]
  1188. Downloading: 58%|█████▊ | 599M/1.02G [00:12<00:08, 50.5MB/s][2020-12-16 12:57:06.270706]
  1189. Downloading: 59%|█████▉ | 604M/1.02G [00:12<00:08, 50.4MB/s][2020-12-16 12:57:06.370860]
  1190. Downloading: 59%|█████▉ | 609M/1.02G [00:12<00:08, 50.4MB/s][2020-12-16 12:57:06.473326]
  1191. Downloading: 60%|█████▉ | 614M/1.02G [00:12<00:08, 50.0MB/s][2020-12-16 12:57:06.578923]
  1192. Downloading: 60%|██████ | 619M/1.02G [00:12<00:08, 49.2MB/s][2020-12-16 12:57:06.687029]
  1193. Downloading: 61%|██████ | 624M/1.02G [00:12<00:08, 48.0MB/s][2020-12-16 12:57:06.787083]
  1194. Downloading: 61%|██████▏ | 629M/1.02G [00:12<00:08, 48.4MB/s][2020-12-16 12:57:06.887034]
  1195. Downloading: 62%|██████▏ | 634M/1.02G [00:12<00:08, 48.8MB/s][2020-12-16 12:57:06.987005]
  1196. Downloading: 62%|██████▏ | 639M/1.02G [00:12<00:07, 49.0MB/s][2020-12-16 12:57:07.087018]
  1197. Downloading: 63%|██████▎ | 644M/1.02G [00:13<00:07, 49.7MB/s][2020-12-16 12:57:07.187057]
  1198. Downloading: 63%|██████▎ | 649M/1.02G [00:13<00:07, 50.3MB/s][2020-12-16 12:57:07.287004]
  1199. Downloading: 64%|██████▍ | 654M/1.02G [00:13<00:07, 50.4MB/s][2020-12-16 12:57:07.388574]
  1200. Downloading: 64%|██████▍ | 660M/1.02G [00:13<00:07, 50.2MB/s][2020-12-16 12:57:07.488562]
  1201. Downloading: 65%|██████▍ | 665M/1.02G [00:13<00:07, 50.4MB/s][2020-12-16 12:57:07.600056]
  1202. Downloading: 65%|██████▌ | 670M/1.02G [00:13<00:07, 48.7MB/s][2020-12-16 12:57:07.708909]
  1203. Downloading: 66%|██████▌ | 675M/1.02G [00:13<00:07, 47.5MB/s][2020-12-16 12:57:07.811540]
  1204. Downloading: 66%|██████▋ | 679M/1.02G [00:13<00:07, 47.2MB/s][2020-12-16 12:57:07.911562]
  1205. Downloading: 67%|██████▋ | 684M/1.02G [00:13<00:07, 47.2MB/s][2020-12-16 12:57:08.011531]
  1206. Downloading: 67%|██████▋ | 689M/1.02G [00:13<00:07, 47.3MB/s][2020-12-16 12:57:08.112487]
  1207. Downloading: 68%|██████▊ | 694M/1.02G [00:14<00:07, 47.2MB/s][2020-12-16 12:57:08.212321]
  1208. Downloading: 68%|██████▊ | 698M/1.02G [00:14<00:06, 47.3MB/s][2020-12-16 12:57:08.315372]
  1209. Downloading: 69%|██████▊ | 703M/1.02G [00:14<00:06, 46.9MB/s][2020-12-16 12:57:08.416709]
  1210. Downloading: 69%|██████▉ | 708M/1.02G [00:14<00:06, 46.7MB/s][2020-12-16 12:57:08.519154]
  1211. Downloading: 70%|██████▉ | 712M/1.02G [00:14<00:06, 46.4MB/s][2020-12-16 12:57:08.619139]
  1212. Downloading: 70%|██████▉ | 717M/1.02G [00:14<00:06, 46.7MB/s][2020-12-16 12:57:08.719305]
  1213. Downloading: 70%|███████ | 722M/1.02G [00:14<00:06, 47.0MB/s][2020-12-16 12:57:08.821568]
  1214. Downloading: 71%|███████ | 727M/1.02G [00:14<00:06, 46.7MB/s][2020-12-16 12:57:08.921536]
  1215. Downloading: 71%|███████▏ | 731M/1.02G [00:14<00:06, 47.0MB/s][2020-12-16 12:57:09.022755]
  1216. Downloading: 72%|███████▏ | 736M/1.02G [00:14<00:06, 46.9MB/s][2020-12-16 12:57:09.122821]
  1217. Downloading: 72%|███████▏ | 741M/1.02G [00:15<00:06, 47.1MB/s][2020-12-16 12:57:09.223717]
  1218. Downloading: 73%|███████▎ | 746M/1.02G [00:15<00:05, 47.0MB/s][2020-12-16 12:57:09.323875]
  1219. Downloading: 73%|███████▎ | 750M/1.02G [00:15<00:05, 47.1MB/s][2020-12-16 12:57:09.423843]
  1220. Downloading: 74%|███████▎ | 755M/1.02G [00:15<00:05, 47.2MB/s][2020-12-16 12:57:09.523885]
  1221. Downloading: 74%|███████▍ | 760M/1.02G [00:15<00:05, 47.3MB/s][2020-12-16 12:57:09.627570]
  1222. Downloading: 75%|███████▍ | 765M/1.02G [00:15<00:05, 46.8MB/s][2020-12-16 12:57:09.728037]
  1223. Downloading: 75%|███████▌ | 769M/1.02G [00:15<00:05, 46.7MB/s][2020-12-16 12:57:09.831341]
  1224. Downloading: 76%|███████▌ | 774M/1.02G [00:15<00:05, 46.3MB/s][2020-12-16 12:57:09.931342]
  1225. Downloading: 76%|███████▌ | 779M/1.02G [00:15<00:05, 46.5MB/s][2020-12-16 12:57:10.034215]
  1226. Downloading: 76%|███████▋ | 783M/1.02G [00:15<00:05, 46.1MB/s][2020-12-16 12:57:10.134381]
  1227. Downloading: 77%|███████▋ | 788M/1.02G [00:16<00:05, 46.0MB/s][2020-12-16 12:57:10.234424]
  1228. Downloading: 77%|███████▋ | 793M/1.02G [00:16<00:05, 46.4MB/s][2020-12-16 12:57:10.334467]
  1229. Downloading: 78%|███████▊ | 797M/1.02G [00:16<00:04, 46.8MB/s][2020-12-16 12:57:10.434420]
  1230. Downloading: 78%|███████▊ | 802M/1.02G [00:16<00:04, 46.9MB/s][2020-12-16 12:57:10.534586]
  1231. Downloading: 79%|███████▊ | 807M/1.02G [00:16<00:04, 46.9MB/s][2020-12-16 12:57:10.637130]
  1232. Downloading: 79%|███████▉ | 811M/1.02G [00:16<00:04, 46.5MB/s][2020-12-16 12:57:10.737623]
  1233. Downloading: 80%|███████▉ | 816M/1.02G [00:16<00:04, 46.5MB/s][2020-12-16 12:57:10.837662]
  1234. Downloading: 80%|████████ | 821M/1.02G [00:16<00:04, 46.6MB/s][2020-12-16 12:57:10.937600]
  1235. Downloading: 81%|████████ | 826M/1.02G [00:16<00:04, 46.8MB/s][2020-12-16 12:57:11.038630]
  1236. Downloading: 81%|████████ | 830M/1.02G [00:16<00:04, 46.6MB/s][2020-12-16 12:57:11.138686]
  1237. Downloading: 81%|████████▏ | 835M/1.02G [00:17<00:04, 46.7MB/s][2020-12-16 12:57:11.238700]
  1238. Downloading: 82%|████████▏ | 840M/1.02G [00:17<00:03, 46.8MB/s][2020-12-16 12:57:11.338708]
  1239. Downloading: 82%|████████▏ | 844M/1.02G [00:17<00:03, 47.0MB/s][2020-12-16 12:57:11.441493]
  1240. Downloading: 83%|████████▎ | 849M/1.02G [00:17<00:03, 46.6MB/s][2020-12-16 12:57:11.541605]
  1241. Downloading: 83%|████████▎ | 854M/1.02G [00:17<00:03, 46.8MB/s][2020-12-16 12:57:11.641640]
  1242. Downloading: 84%|████████▍ | 859M/1.02G [00:17<00:03, 47.3MB/s][2020-12-16 12:57:11.741669]
  1243. Downloading: 84%|████████▍ | 863M/1.02G [00:17<00:03, 47.6MB/s][2020-12-16 12:57:11.841632]
  1244. Downloading: 85%|████████▍ | 868M/1.02G [00:17<00:03, 47.8MB/s][2020-12-16 12:57:11.942658]
  1245. Downloading: 85%|████████▌ | 873M/1.02G [00:17<00:03, 47.7MB/s][2020-12-16 12:57:12.042752]
  1246. Downloading: 86%|████████▌ | 878M/1.02G [00:17<00:03, 47.8MB/s][2020-12-16 12:57:12.143429]
  1247. Downloading: 86%|████████▌ | 883M/1.02G [00:18<00:02, 47.7MB/s][2020-12-16 12:57:12.243365]
  1248. Downloading: 87%|████████▋ | 888M/1.02G [00:18<00:02, 48.0MB/s][2020-12-16 12:57:12.343872]
  1249. Downloading: 87%|████████▋ | 892M/1.02G [00:18<00:02, 47.9MB/s][2020-12-16 12:57:12.446166]
  1250. Downloading: 88%|████████▊ | 897M/1.02G [00:18<00:02, 47.6MB/s][2020-12-16 12:57:12.546235]
  1251. Downloading: 88%|████████▊ | 902M/1.02G [00:18<00:02, 47.7MB/s][2020-12-16 12:57:12.647158]
  1252. Downloading: 88%|████████▊ | 907M/1.02G [00:18<00:02, 47.6MB/s][2020-12-16 12:57:12.750362]
  1253. Downloading: 89%|████████▉ | 911M/1.02G [00:18<00:02, 47.1MB/s][2020-12-16 12:57:12.852776]
  1254. Downloading: 89%|████████▉ | 916M/1.02G [00:18<00:02, 46.8MB/s][2020-12-16 12:57:12.952784]
  1255. Downloading: 90%|████████▉ | 921M/1.02G [00:18<00:02, 47.5MB/s][2020-12-16 12:57:13.053463]
  1256. Downloading: 90%|█████████ | 926M/1.02G [00:18<00:02, 47.4MB/s][2020-12-16 12:57:13.153443]
  1257. Downloading: 91%|█████████ | 931M/1.02G [00:19<00:01, 47.9MB/s][2020-12-16 12:57:13.253407]
  1258. Downloading: 91%|█████████▏| 936M/1.02G [00:19<00:01, 48.4MB/s][2020-12-16 12:57:13.353399]
  1259. Downloading: 92%|█████████▏| 941M/1.02G [00:19<00:01, 48.9MB/s][2020-12-16 12:57:13.453416]
  1260. Downloading: 92%|█████████▏| 946M/1.02G [00:19<00:01, 49.5MB/s][2020-12-16 12:57:13.559285]
  1261. Downloading: 93%|█████████▎| 951M/1.02G [00:19<00:01, 48.7MB/s][2020-12-16 12:57:13.659243]
  1262. Downloading: 93%|█████████▎| 956M/1.02G [00:19<00:01, 49.0MB/s][2020-12-16 12:57:13.760162]
  1263. Downloading: 94%|█████████▎| 961M/1.02G [00:19<00:01, 48.9MB/s][2020-12-16 12:57:13.865249]
  1264. Downloading: 94%|█████████▍| 966M/1.02G [00:19<00:01, 48.2MB/s][2020-12-16 12:57:13.973178]
  1265. Downloading: 95%|█████████▍| 970M/1.02G [00:19<00:01, 47.1MB/s][2020-12-16 12:57:14.073541]
  1266. Downloading: 95%|█████████▌| 975M/1.02G [00:20<00:01, 47.1MB/s][2020-12-16 12:57:14.173659]
  1267. Downloading: 96%|█████████▌| 980M/1.02G [00:20<00:00, 47.4MB/s][2020-12-16 12:57:14.273595]
  1268. Downloading: 96%|█████████▌| 985M/1.02G [00:20<00:00, 47.8MB/s][2020-12-16 12:57:14.373647]
  1269. Downloading: 97%|█████████▋| 990M/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 12:57:14.473644]
  1270. Downloading: 97%|█████████▋| 995M/1.02G [00:20<00:00, 49.1MB/s][2020-12-16 12:57:14.576071]
  1271. Downloading: 98%|█████████▊| 1.00G/1.02G [00:20<00:00, 48.7MB/s][2020-12-16 12:57:14.679962]
  1272. Downloading: 98%|█████████▊| 1.00G/1.02G [00:20<00:00, 48.2MB/s][2020-12-16 12:57:14.780052]
  1273. Downloading: 99%|█████████▊| 1.01G/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 12:57:14.880035]
  1274. Downloading: 99%|█████████▉| 1.01G/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 12:57:14.987749]
  1275. Downloading: 99%|█████████▉| 1.02G/1.02G [00:20<00:00, 47.6MB/s][2020-12-16 12:57:15.089991]
  1276. Downloading: 100%|█████████▉| 1.02G/1.02G [00:21<00:00, 47.3MB/s][2020-12-16 12:57:15.105911]
  1277. Downloading: 100%|██████████| 1.02G/1.02G [00:21<00:00, 48.7MB/s][2020-12-16 12:57:15.106476]
  1278. 2020-12-16 12:57:15.106 Lock 140451792669136 released on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  1279. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1280. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1281. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1282. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1283. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1284. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1285. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1286. [client] Provisioning machine...
  1287. [client] Preparing system...
  1288. [client] Spinning up manager process...
  1289. [client] Inflating balloons...
  1290. [client] Unpacking Comic Sans RAR files...
  1291. [manager] Starting up for owner: 'charlywargnier', repository: 'streamlitzeroshottransformerstest', branch: 'main', main module: 'app.py'
  1292. [manager] Cloning repository ...
  1293. [manager] Cloning into 'streamlitzeroshottransformerstest'...
  1294.  
  1295. [manager] Cloned repository!
  1296. [manager] Processing dependencies ...
  1297. Looking in links: https://download.pytorch.org/whl/torch_stable.html
  1298. Requirement already satisfied: streamlit in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.72.0)
  1299. Requirement already satisfied: pydeck>=0.1.dev5 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.5.0)
  1300. Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (8.0.1)
  1301. Requirement already satisfied: protobuf!=3.11,>=3.6.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.14.0)
  1302. Requirement already satisfied: toml in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.2)
  1303. Requirement already satisfied: astor in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.8.1)
  1304. Requirement already satisfied: base58 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.1)
  1305. Requirement already satisfied: blinker in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.4)
  1306. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1307. Requirement already satisfied: pyarrow in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.0)
  1308. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  1309. Requirement already satisfied: gitpython in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.1.11)
  1310. Requirement already satisfied: cachetools>=4.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.1)
  1311. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  1312. Requirement already satisfied: tzlocal in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.1)
  1313. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  1314. Requirement already satisfied: validators in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.18.1)
  1315. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1316. Requirement already satisfied: altair>=3.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.0)
  1317. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  1318. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1319. Requirement already satisfied: watchdog in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.4)
  1320. Collecting torch==1.7.1+cpu
  1321. Downloading https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl (159.4 MB)
  1322. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1323. Collecting transformers==3.1.0
  1324. Downloading transformers-3.1.0-py3-none-any.whl (884 kB)
  1325. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1326. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  1327. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1328. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1329. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1330. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  1331. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  1332. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  1333. Requirement already satisfied: toolz in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.11.1)
  1334. Collecting filelock
  1335. Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
  1336. Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.7/site-packages (from gitpython->streamlit->-r requirements.txt (line 1)) (4.0.5)
  1337. Requirement already satisfied: smmap<4,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from gitdb<5,>=4.0.1->gitpython->streamlit->-r requirements.txt (line 1)) (3.0.4)
  1338. Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from jinja2->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.1.1)
  1339. Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.1.1)
  1340. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1341. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  1342. Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.17.3)
  1343. Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (20.3.0)
  1344. Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.4.0)
  1345. Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->streamlit->-r requirements.txt (line 1)) (2.4.7)
  1346. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  1347. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  1348. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1349. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1350. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1351. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1352. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1353. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  1354. Requirement already satisfied: ipywidgets>=7.0.0 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.5.1)
  1355. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1356. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1357. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1358. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1359. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  1360. Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.8.0)
  1361. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  1362. Requirement already satisfied: backcall in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1363. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.0.8)
  1364. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  1365. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1366. Requirement already satisfied: jedi>=0.10 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.17.2)
  1367. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1368. Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.5)
  1369. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1370. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1371. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  1372. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  1373. Requirement already satisfied: widgetsnbextension~=3.5.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.5.1)
  1374. Requirement already satisfied: parso<0.8.0,>=0.7.0 in /usr/local/lib/python3.7/site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.1)
  1375. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1376. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  1377. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1378. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1379. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  1380. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1381. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1382. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1383. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1384. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  1385. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1386. Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.5)
  1387. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1388. Collecting regex!=2019.12.17
  1389. Downloading regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl (719 kB)
  1390. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2020.11.8)
  1391. Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (3.0.4)
  1392. Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (1.26.2)
  1393. Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2.10)
  1394. Collecting sacremoses
  1395. Downloading sacremoses-0.0.43.tar.gz (883 kB)
  1396. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1397. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  1398. Collecting joblib
  1399. Downloading joblib-1.0.0-py3-none-any.whl (302 kB)
  1400. Collecting sentencepiece!=0.1.92
  1401. Downloading sentencepiece-0.1.94-cp37-cp37m-manylinux2014_x86_64.whl (1.1 MB)
  1402. Collecting tokenizers==0.8.1.rc2
  1403. Downloading tokenizers-0.8.1rc2-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB)
  1404. Collecting tqdm>=4.27
  1405. Downloading tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
  1406. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1407. Collecting typing-extensions
  1408. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  1409. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  1410. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  1411. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1412. Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.7/site-packages (from watchdog->streamlit->-r requirements.txt (line 1)) (0.1.2)
  1413. Requirement already satisfied: notebook>=4.4.1 in /usr/local/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.5)
  1414. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1415. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  1416. Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.5.0)
  1417. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1418. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1419. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  1420. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1421. Requirement already satisfied: terminado>=0.8.3 in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.1)
  1422. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1423. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1424. Requirement already satisfied: prometheus-client in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.0)
  1425. Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.0.7)
  1426. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1427. Requirement already satisfied: argon2-cffi in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.1.0)
  1428. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1429. Requirement already satisfied: cffi>=1.0.0 in /usr/local/lib/python3.7/site-packages (from argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.14.4)
  1430. Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.20)
  1431. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1432. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1433. Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.8.4)
  1434. Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  1435. Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1436. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1437. Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.1.2)
  1438. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1439. Requirement already satisfied: testpath in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.4.4)
  1440. Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  1441. Requirement already satisfied: bleach in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.2.1)
  1442. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  1443. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1444. Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  1445. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1446. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1447. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1448. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1449. Requirement already satisfied: async-generator in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.10)
  1450. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1451. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1452. Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  1453. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1454. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1455. Building wheels for collected packages: sacremoses
  1456. Building wheel for sacremoses (setup.py): started
  1457. Building wheel for sacremoses (setup.py): finished with status 'done'
  1458. Created wheel for sacremoses: filename=sacremoses-0.0.43-py3-none-any.whl size=893259 sha256=3bdf6b3132cf22407259d3c316b5fcaa106d0f723ae948c260bdf8110cdaf2de
  1459. Stored in directory: /home/appuser/.cache/pip/wheels/69/09/d1/bf058f7d6fa0ecba2ce7c66be3b8d012beb4bf61a6e0c101c0
  1460. Successfully built sacremoses
  1461. Installing collected packages: tqdm, regex, joblib, typing-extensions, tokenizers, sentencepiece, sacremoses, filelock, transformers, torch
  1462. Successfully installed filelock-3.0.12 joblib-1.0.0 regex-2020.11.13 sacremoses-0.0.43 sentencepiece-0.1.94 tokenizers-0.8.1rc2 torch-1.7.1+cpu tqdm-4.54.1 transformers-3.1.0 typing-extensions-3.7.4.3
  1463. WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available.
  1464. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  1465. [manager] Processed dependencies!
  1466.  
  1467. You can now view your Streamlit app in your browser.
  1468.  
  1469. Network URL: [2020-12-16 13:44:37.776889] http://10.12.9.77:8501
  1470. External URL: http://35.247.12.22:8501
  1471.  
  1472. 2020-12-16 13:44:38.476 Lock 140615240272336 acquired on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  1473.  
  1474. Downloading: 0%| | 0.00/1.21k [00:00<?, ?B/s][2020-12-16 13:44:38.813438]
  1475. Downloading: 100%|██████████| 1.21k/1.21k [00:00<00:00, 800kB/s][2020-12-16 13:44:38.813806]
  1476. 2020-12-16 13:44:38.813 Lock 140615240272336 released on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  1477. 2020-12-16 13:44:39.033 Lock 140614953872528 acquired on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  1478. [client] Connecting...
  1479.  
  1480. Downloading: 0%| | 0.00/1.02G [00:00<?, ?B/s][2020-12-16 13:44:39.198907]
  1481. Downloading: 0%| | 3.40M/1.02G [00:00<00:30, 34.0MB/s][2020-12-16 13:44:39.298925]
  1482. Downloading: 1%| | 8.04M/1.02G [00:00<00:27, 37.0MB/s][2020-12-16 13:44:39.398867]
  1483. Downloading: 1%|▏ | 13.1M/1.02G [00:00<00:25, 40.1MB/s][2020-12-16 13:44:39.499157]
  1484. Downloading: 2%|▏ | 18.1M/1.02G [00:00<00:23, 42.6MB/s][2020-12-16 13:44:39.599235]
  1485. Downloading: 2%|▏ | 23.0M/1.02G [00:00<00:22, 44.5MB/s][2020-12-16 13:44:39.699178]
  1486. Downloading: 3%|▎ | 27.9M/1.02G [00:00<00:21, 45.8MB/s][2020-12-16 13:44:39.799181]
  1487. Downloading: 3%|▎ | 33.0M/1.02G [00:00<00:21, 47.0MB/s][2020-12-16 13:44:39.899218]
  1488. Downloading: 4%|▎ | 37.8M/1.02G [00:00<00:20, 47.5MB/s][2020-12-16 13:44:39.999300]
  1489. Downloading: 4%|▍ | 42.8M/1.02G [00:00<00:20, 48.3MB/s][2020-12-16 13:44:40.099170]
  1490. Downloading: 5%|▍ | 47.7M/1.02G [00:01<00:20, 48.4MB/s][2020-12-16 13:44:40.199329]
  1491. Downloading: 5%|▌ | 52.5M/1.02G [00:01<00:20, 48.2MB/s][2020-12-16 13:44:40.299727]
  1492. Downloading: 6%|▌ | 57.3M/1.02G [00:01<00:20, 48.0MB/s][2020-12-16 13:44:40.399672]
  1493. Downloading: 6%|▌ | 62.1M/1.02G [00:01<00:19, 48.2MB/s][2020-12-16 13:44:40.499742]
  1494. Downloading: 7%|▋ | 67.2M/1.02G [00:01<00:19, 49.0MB/s][2020-12-16 13:44:40.600174]
  1495. Downloading: 7%|▋ | 72.1M/1.02G [00:01<00:19, 48.9MB/s][2020-12-16 13:44:40.715392]
  1496. Downloading: 8%|▊ | 77.0M/1.02G [00:01<00:20, 46.8MB/s][2020-12-16 13:44:40.826168]
  1497. Downloading: 8%|▊ | 81.7M/1.02G [00:01<00:20, 45.3MB/s][2020-12-16 13:44:40.926101]
  1498. Downloading: 8%|▊ | 86.8M/1.02G [00:01<00:19, 46.9MB/s][2020-12-16 13:44:41.026169]
  1499. Downloading: 9%|▉ | 91.8M/1.02G [00:01<00:19, 47.9MB/s][2020-12-16 13:44:41.126137]
  1500. Downloading: 9%|▉ | 97.0M/1.02G [00:02<00:18, 49.0MB/s][2020-12-16 13:44:41.226132]
  1501. Downloading: 10%|▉ | 102M/1.02G [00:02<00:18, 49.6MB/s] [2020-12-16 13:44:41.326154]
  1502. Downloading: 10%|█ | 107M/1.02G [00:02<00:18, 49.9MB/s][2020-12-16 13:44:41.429071]
  1503. Downloading: 11%|█ | 112M/1.02G [00:02<00:18, 49.6MB/s][2020-12-16 13:44:41.536738]
  1504. Downloading: 11%|█▏ | 117M/1.02G [00:02<00:18, 48.5MB/s][2020-12-16 13:44:41.636755]
  1505. Downloading: 12%|█▏ | 122M/1.02G [00:02<00:18, 49.4MB/s][2020-12-16 13:44:41.736771]
  1506. Downloading: 12%|█▏ | 127M/1.02G [00:02<00:18, 49.8MB/s][2020-12-16 13:44:41.836791]
  1507. Downloading: 13%|█▎ | 133M/1.02G [00:02<00:17, 50.3MB/s][2020-12-16 13:44:41.936804]
  1508. Downloading: 13%|█▎ | 138M/1.02G [00:02<00:17, 50.9MB/s][2020-12-16 13:44:42.038097]
  1509. Downloading: 14%|█▍ | 143M/1.02G [00:02<00:17, 50.7MB/s][2020-12-16 13:44:42.139476]
  1510. Downloading: 14%|█▍ | 148M/1.02G [00:03<00:17, 50.5MB/s][2020-12-16 13:44:42.239428]
  1511. Downloading: 15%|█▍ | 153M/1.02G [00:03<00:17, 50.6MB/s][2020-12-16 13:44:42.339422]
  1512. Downloading: 15%|█▌ | 158M/1.02G [00:03<00:17, 50.7MB/s][2020-12-16 13:44:42.439518]
  1513. Downloading: 16%|█▌ | 163M/1.02G [00:03<00:16, 50.9MB/s][2020-12-16 13:44:42.541919]
  1514. Downloading: 16%|█▋ | 168M/1.02G [00:03<00:16, 50.6MB/s][2020-12-16 13:44:42.645436]
  1515. Downloading: 17%|█▋ | 173M/1.02G [00:03<00:17, 50.1MB/s][2020-12-16 13:44:42.746002]
  1516. Downloading: 17%|█▋ | 178M/1.02G [00:03<00:16, 50.0MB/s][2020-12-16 13:44:42.847759]
  1517. Downloading: 18%|█▊ | 183M/1.02G [00:03<00:16, 49.7MB/s][2020-12-16 13:44:42.948128]
  1518. Downloading: 18%|█▊ | 188M/1.02G [00:03<00:16, 49.7MB/s][2020-12-16 13:44:43.049160]
  1519. Downloading: 19%|█▉ | 193M/1.02G [00:03<00:16, 49.5MB/s][2020-12-16 13:44:43.149188]
  1520. Downloading: 19%|█▉ | 198M/1.02G [00:04<00:16, 49.9MB/s][2020-12-16 13:44:43.249854]
  1521. Downloading: 20%|█▉ | 203M/1.02G [00:04<00:16, 49.8MB/s][2020-12-16 13:44:43.351534]
  1522. Downloading: 20%|██ | 208M/1.02G [00:04<00:16, 49.5MB/s][2020-12-16 13:44:43.453567]
  1523. Downloading: 21%|██ | 213M/1.02G [00:04<00:16, 49.2MB/s][2020-12-16 13:44:43.559783]
  1524. Downloading: 21%|██▏ | 218M/1.02G [00:04<00:16, 48.4MB/s][2020-12-16 13:44:43.659764]
  1525. Downloading: 22%|██▏ | 223M/1.02G [00:04<00:16, 49.2MB/s][2020-12-16 13:44:43.768701]
  1526. Downloading: 22%|██▏ | 228M/1.02G [00:04<00:16, 48.0MB/s][2020-12-16 13:44:43.868745]
  1527. Downloading: 23%|██▎ | 233M/1.02G [00:04<00:16, 48.1MB/s][2020-12-16 13:44:43.970634]
  1528. Downloading: 23%|██▎ | 238M/1.02G [00:04<00:16, 47.9MB/s][2020-12-16 13:44:44.070370]
  1529. Downloading: 24%|██▎ | 243M/1.02G [00:04<00:16, 48.3MB/s][2020-12-16 13:44:44.170331]
  1530. Downloading: 24%|██▍ | 248M/1.02G [00:05<00:16, 48.4MB/s][2020-12-16 13:44:44.270346]
  1531. Downloading: 25%|██▍ | 253M/1.02G [00:05<00:15, 49.1MB/s][2020-12-16 13:44:44.370337]
  1532. Downloading: 25%|██▌ | 258M/1.02G [00:05<00:15, 49.9MB/s][2020-12-16 13:44:44.470364]
  1533. Downloading: 26%|██▌ | 263M/1.02G [00:05<00:15, 50.1MB/s][2020-12-16 13:44:44.570921]
  1534. Downloading: 26%|██▌ | 268M/1.02G [00:05<00:15, 50.1MB/s][2020-12-16 13:44:44.675173]
  1535. Downloading: 27%|██▋ | 273M/1.02G [00:05<00:15, 49.4MB/s][2020-12-16 13:44:44.775189]
  1536. Downloading: 27%|██▋ | 278M/1.02G [00:05<00:15, 49.6MB/s][2020-12-16 13:44:44.876741]
  1537. Downloading: 28%|██▊ | 283M/1.02G [00:05<00:15, 49.3MB/s][2020-12-16 13:44:44.982142]
  1538. Downloading: 28%|██▊ | 288M/1.02G [00:05<00:15, 48.5MB/s][2020-12-16 13:44:45.082211]
  1539. Downloading: 29%|██▊ | 293M/1.02G [00:05<00:14, 49.0MB/s][2020-12-16 13:44:45.183981]
  1540. Downloading: 29%|██▉ | 298M/1.02G [00:06<00:14, 48.8MB/s][2020-12-16 13:44:45.283975]
  1541. Downloading: 30%|██▉ | 303M/1.02G [00:06<00:14, 48.9MB/s][2020-12-16 13:44:45.386797]
  1542. Downloading: 30%|███ | 308M/1.02G [00:06<00:14, 48.5MB/s][2020-12-16 13:44:45.486879]
  1543. Downloading: 31%|███ | 313M/1.02G [00:06<00:14, 49.0MB/s][2020-12-16 13:44:45.586917]
  1544. Downloading: 31%|███ | 318M/1.02G [00:06<00:14, 49.2MB/s][2020-12-16 13:44:45.689634]
  1545. Downloading: 31%|███▏ | 323M/1.02G [00:06<00:14, 48.8MB/s][2020-12-16 13:44:45.789909]
  1546. Downloading: 32%|███▏ | 328M/1.02G [00:06<00:14, 49.1MB/s][2020-12-16 13:44:45.889889]
  1547. Downloading: 32%|███▏ | 333M/1.02G [00:06<00:14, 49.3MB/s][2020-12-16 13:44:45.992122]
  1548. Downloading: 33%|███▎ | 338M/1.02G [00:06<00:14, 48.9MB/s][2020-12-16 13:44:46.092175]
  1549. Downloading: 33%|███▎ | 343M/1.02G [00:06<00:13, 49.0MB/s][2020-12-16 13:44:46.192151]
  1550. Downloading: 34%|███▍ | 347M/1.02G [00:07<00:13, 49.0MB/s][2020-12-16 13:44:46.294588]
  1551. Downloading: 34%|███▍ | 352M/1.02G [00:07<00:13, 48.7MB/s][2020-12-16 13:44:46.394580]
  1552. Downloading: 35%|███▍ | 357M/1.02G [00:07<00:13, 48.9MB/s][2020-12-16 13:44:46.495773]
  1553. Downloading: 35%|███▌ | 362M/1.02G [00:07<00:13, 48.8MB/s][2020-12-16 13:44:46.595613]
  1554. Downloading: 36%|███▌ | 367M/1.02G [00:07<00:13, 48.9MB/s][2020-12-16 13:44:46.695656]
  1555. Downloading: 36%|███▋ | 372M/1.02G [00:07<00:13, 48.9MB/s][2020-12-16 13:44:46.804464]
  1556. Downloading: 37%|███▋ | 377M/1.02G [00:07<00:13, 47.7MB/s][2020-12-16 13:44:46.904358]
  1557. Downloading: 37%|███▋ | 382M/1.02G [00:07<00:13, 48.1MB/s][2020-12-16 13:44:47.004396]
  1558. Downloading: 38%|███▊ | 387M/1.02G [00:07<00:13, 48.4MB/s][2020-12-16 13:44:47.104352]
  1559. Downloading: 38%|███▊ | 392M/1.02G [00:08<00:13, 48.6MB/s][2020-12-16 13:44:47.204361]
  1560. Downloading: 39%|███▊ | 397M/1.02G [00:08<00:12, 48.8MB/s][2020-12-16 13:44:47.304453]
  1561. Downloading: 39%|███▉ | 401M/1.02G [00:08<00:12, 49.0MB/s][2020-12-16 13:44:47.404388]
  1562. Downloading: 40%|███▉ | 407M/1.02G [00:08<00:12, 49.7MB/s][2020-12-16 13:44:47.516408]
  1563. Downloading: 40%|████ | 412M/1.02G [00:08<00:12, 48.0MB/s][2020-12-16 13:44:47.616330]
  1564. Downloading: 41%|████ | 416M/1.02G [00:08<00:12, 48.1MB/s][2020-12-16 13:44:47.716361]
  1565. Downloading: 41%|████ | 421M/1.02G [00:08<00:12, 48.6MB/s][2020-12-16 13:44:47.816379]
  1566. Downloading: 42%|████▏ | 426M/1.02G [00:08<00:12, 49.1MB/s][2020-12-16 13:44:47.916380]
  1567. Downloading: 42%|████▏ | 431M/1.02G [00:08<00:12, 49.1MB/s][2020-12-16 13:44:48.016539]
  1568. Downloading: 43%|████▎ | 436M/1.02G [00:08<00:11, 49.1MB/s][2020-12-16 13:44:48.116440]
  1569. Downloading: 43%|████▎ | 441M/1.02G [00:09<00:11, 49.4MB/s][2020-12-16 13:44:48.216382]
  1570. Downloading: 44%|████▎ | 446M/1.02G [00:09<00:11, 49.6MB/s][2020-12-16 13:44:48.316424]
  1571. Downloading: 44%|████▍ | 451M/1.02G [00:09<00:11, 49.6MB/s][2020-12-16 13:44:48.416357]
  1572. Downloading: 45%|████▍ | 456M/1.02G [00:09<00:11, 50.3MB/s][2020-12-16 13:44:48.516333]
  1573. Downloading: 45%|████▌ | 462M/1.02G [00:09<00:11, 50.9MB/s][2020-12-16 13:44:48.616330]
  1574. Downloading: 46%|████▌ | 467M/1.02G [00:09<00:10, 51.4MB/s][2020-12-16 13:44:48.719388]
  1575. Downloading: 46%|████▌ | 472M/1.02G [00:09<00:10, 50.9MB/s][2020-12-16 13:44:48.820208]
  1576. Downloading: 47%|████▋ | 477M/1.02G [00:09<00:10, 50.8MB/s][2020-12-16 13:44:48.921172]
  1577. Downloading: 47%|████▋ | 482M/1.02G [00:09<00:10, 50.7MB/s][2020-12-16 13:44:49.021167]
  1578. Downloading: 48%|████▊ | 487M/1.02G [00:09<00:10, 51.0MB/s][2020-12-16 13:44:49.123260]
  1579. Downloading: 48%|████▊ | 493M/1.02G [00:10<00:10, 50.6MB/s][2020-12-16 13:44:49.223318]
  1580. Downloading: 49%|████▊ | 498M/1.02G [00:10<00:10, 50.7MB/s][2020-12-16 13:44:49.324675]
  1581. Downloading: 49%|████▉ | 503M/1.02G [00:10<00:10, 50.6MB/s][2020-12-16 13:44:49.424498]
  1582. Downloading: 50%|████▉ | 508M/1.02G [00:10<00:10, 50.6MB/s][2020-12-16 13:44:49.527218]
  1583. Downloading: 50%|█████ | 513M/1.02G [00:10<00:10, 50.2MB/s][2020-12-16 13:44:49.631758]
  1584. Downloading: 51%|█████ | 518M/1.02G [00:10<00:10, 49.5MB/s][2020-12-16 13:44:49.733485]
  1585. Downloading: 51%|█████ | 523M/1.02G [00:10<00:10, 49.3MB/s][2020-12-16 13:44:49.833488]
  1586. Downloading: 52%|█████▏ | 528M/1.02G [00:10<00:10, 49.5MB/s][2020-12-16 13:44:49.933520]
  1587. Downloading: 52%|█████▏ | 533M/1.02G [00:10<00:09, 49.5MB/s][2020-12-16 13:44:50.033552]
  1588. Downloading: 52%|█████▏ | 538M/1.02G [00:10<00:09, 50.0MB/s][2020-12-16 13:44:50.133623]
  1589. Downloading: 53%|█████▎ | 543M/1.02G [00:11<00:09, 50.3MB/s][2020-12-16 13:44:50.233774]
  1590. Downloading: 53%|█████▎ | 548M/1.02G [00:11<00:09, 50.3MB/s][2020-12-16 13:44:50.334469]
  1591. Downloading: 54%|█████▍ | 553M/1.02G [00:11<00:09, 50.2MB/s][2020-12-16 13:44:50.434435]
  1592. Downloading: 54%|█████▍ | 558M/1.02G [00:11<00:09, 50.4MB/s][2020-12-16 13:44:50.534453]
  1593. Downloading: 55%|█████▍ | 563M/1.02G [00:11<00:09, 50.7MB/s][2020-12-16 13:44:50.634571]
  1594. Downloading: 55%|█████▌ | 568M/1.02G [00:11<00:09, 50.7MB/s][2020-12-16 13:44:50.736943]
  1595. Downloading: 56%|█████▌ | 573M/1.02G [00:11<00:08, 50.3MB/s][2020-12-16 13:44:50.837511]
  1596. Downloading: 56%|█████▋ | 578M/1.02G [00:11<00:08, 50.2MB/s][2020-12-16 13:44:50.937979]
  1597. Downloading: 57%|█████▋ | 583M/1.02G [00:11<00:08, 50.2MB/s][2020-12-16 13:44:51.038054]
  1598. Downloading: 57%|█████▋ | 589M/1.02G [00:11<00:08, 50.5MB/s][2020-12-16 13:44:51.137922]
  1599. Downloading: 58%|█████▊ | 594M/1.02G [00:12<00:08, 50.6MB/s][2020-12-16 13:44:51.239898]
  1600. Downloading: 58%|█████▊ | 599M/1.02G [00:12<00:08, 50.3MB/s][2020-12-16 13:44:51.339919]
  1601. Downloading: 59%|█████▉ | 604M/1.02G [00:12<00:08, 50.6MB/s][2020-12-16 13:44:51.439910]
  1602. Downloading: 59%|█████▉ | 609M/1.02G [00:12<00:08, 50.8MB/s][2020-12-16 13:44:51.541643]
  1603. Downloading: 60%|█████▉ | 614M/1.02G [00:12<00:08, 50.5MB/s][2020-12-16 13:44:51.643281]
  1604. Downloading: 60%|██████ | 619M/1.02G [00:12<00:08, 50.3MB/s][2020-12-16 13:44:51.744915]
  1605. Downloading: 61%|██████ | 624M/1.02G [00:12<00:08, 50.0MB/s][2020-12-16 13:44:51.846001]
  1606. Downloading: 61%|██████▏ | 629M/1.02G [00:12<00:07, 49.9MB/s][2020-12-16 13:44:51.946031]
  1607. Downloading: 62%|██████▏ | 634M/1.02G [00:12<00:07, 49.9MB/s][2020-12-16 13:44:52.046031]
  1608. Downloading: 62%|██████▏ | 639M/1.02G [00:12<00:07, 50.1MB/s][2020-12-16 13:44:52.146132]
  1609. Downloading: 63%|██████▎ | 644M/1.02G [00:13<00:07, 50.2MB/s][2020-12-16 13:44:52.385330]
  1610. Downloading: 63%|██████▎ | 649M/1.02G [00:13<00:10, 35.4MB/s][2020-12-16 13:44:52.485379]
  1611. Downloading: 64%|██████▍ | 654M/1.02G [00:13<00:09, 38.8MB/s][2020-12-16 13:44:52.585331]
  1612. Downloading: 64%|██████▍ | 659M/1.02G [00:13<00:08, 41.6MB/s][2020-12-16 13:44:52.685528]
  1613. Downloading: 65%|██████▍ | 664M/1.02G [00:13<00:08, 44.0MB/s][2020-12-16 13:44:52.785440]
  1614. Downloading: 65%|██████▌ | 669M/1.02G [00:13<00:07, 45.7MB/s][2020-12-16 13:44:52.885728]
  1615. Downloading: 66%|██████▌ | 675M/1.02G [00:13<00:07, 47.4MB/s][2020-12-16 13:44:52.992582]
  1616. Downloading: 66%|██████▋ | 679M/1.02G [00:13<00:07, 47.0MB/s][2020-12-16 13:44:53.092757]
  1617. Downloading: 67%|██████▋ | 685M/1.02G [00:13<00:07, 48.1MB/s][2020-12-16 13:44:53.192656]
  1618. Downloading: 67%|██████▋ | 690M/1.02G [00:14<00:06, 49.1MB/s][2020-12-16 13:44:53.292807]
  1619. Downloading: 68%|██████▊ | 695M/1.02G [00:14<00:06, 50.0MB/s][2020-12-16 13:44:53.392665]
  1620. Downloading: 68%|██████▊ | 700M/1.02G [00:14<00:06, 50.5MB/s][2020-12-16 13:44:53.497888]
  1621. Downloading: 69%|██████▉ | 705M/1.02G [00:14<00:06, 49.9MB/s][2020-12-16 13:44:53.597876]
  1622. Downloading: 69%|██████▉ | 710M/1.02G [00:14<00:06, 50.3MB/s][2020-12-16 13:44:53.698010]
  1623. Downloading: 70%|██████▉ | 715M/1.02G [00:14<00:06, 50.5MB/s][2020-12-16 13:44:53.800851]
  1624. Downloading: 70%|███████ | 721M/1.02G [00:14<00:06, 50.2MB/s][2020-12-16 13:44:53.900756]
  1625. Downloading: 71%|███████ | 726M/1.02G [00:14<00:05, 50.9MB/s][2020-12-16 13:44:54.000768]
  1626. Downloading: 71%|███████▏ | 731M/1.02G [00:14<00:05, 51.0MB/s][2020-12-16 13:44:54.100828]
  1627. Downloading: 72%|███████▏ | 736M/1.02G [00:15<00:05, 51.4MB/s][2020-12-16 13:44:54.203115]
  1628. Downloading: 72%|███████▏ | 741M/1.02G [00:15<00:05, 51.0MB/s][2020-12-16 13:44:54.303158]
  1629. Downloading: 73%|███████▎ | 746M/1.02G [00:15<00:05, 51.1MB/s][2020-12-16 13:44:54.405068]
  1630. Downloading: 73%|███████▎ | 752M/1.02G [00:15<00:05, 50.8MB/s][2020-12-16 13:44:54.505058]
  1631. Downloading: 74%|███████▍ | 757M/1.02G [00:15<00:05, 50.9MB/s][2020-12-16 13:44:54.605048]
  1632. Downloading: 74%|███████▍ | 762M/1.02G [00:15<00:05, 51.0MB/s][2020-12-16 13:44:54.710692]
  1633. Downloading: 75%|███████▍ | 767M/1.02G [00:15<00:05, 50.1MB/s][2020-12-16 13:44:54.817798]
  1634. Downloading: 75%|███████▌ | 772M/1.02G [00:15<00:05, 49.1MB/s][2020-12-16 13:44:54.917778]
  1635. Downloading: 76%|███████▌ | 777M/1.02G [00:15<00:05, 49.3MB/s][2020-12-16 13:44:55.018691]
  1636. Downloading: 76%|███████▋ | 782M/1.02G [00:15<00:04, 49.2MB/s][2020-12-16 13:44:55.118541]
  1637. Downloading: 77%|███████▋ | 787M/1.02G [00:16<00:04, 49.6MB/s][2020-12-16 13:44:55.220276]
  1638. Downloading: 77%|███████▋ | 792M/1.02G [00:16<00:04, 49.4MB/s][2020-12-16 13:44:55.327920]
  1639. Downloading: 78%|███████▊ | 797M/1.02G [00:16<00:04, 48.3MB/s][2020-12-16 13:44:55.428128]
  1640. Downloading: 78%|███████▊ | 802M/1.02G [00:16<00:04, 48.5MB/s][2020-12-16 13:44:55.542920]
  1641. Downloading: 79%|███████▊ | 807M/1.02G [00:16<00:04, 46.5MB/s][2020-12-16 13:44:55.642596]
  1642. Downloading: 79%|███████▉ | 811M/1.02G [00:16<00:04, 47.2MB/s][2020-12-16 13:44:55.742611]
  1643. Downloading: 80%|███████▉ | 817M/1.02G [00:16<00:04, 48.4MB/s][2020-12-16 13:44:55.842666]
  1644. Downloading: 80%|████████ | 822M/1.02G [00:16<00:04, 49.0MB/s][2020-12-16 13:44:55.942593]
  1645. Downloading: 81%|████████ | 827M/1.02G [00:16<00:04, 49.4MB/s][2020-12-16 13:44:56.042576]
  1646. Downloading: 81%|████████ | 832M/1.02G [00:16<00:03, 50.1MB/s][2020-12-16 13:44:56.142775]
  1647. Downloading: 82%|████████▏ | 837M/1.02G [00:17<00:03, 50.4MB/s][2020-12-16 13:44:56.242622]
  1648. Downloading: 82%|████████▏ | 842M/1.02G [00:17<00:03, 50.9MB/s][2020-12-16 13:44:56.342606]
  1649. Downloading: 83%|████████▎ | 847M/1.02G [00:17<00:03, 51.0MB/s][2020-12-16 13:44:56.442729]
  1650. Downloading: 83%|████████▎ | 853M/1.02G [00:17<00:03, 51.3MB/s][2020-12-16 13:44:56.542676]
  1651. Downloading: 84%|████████▎ | 858M/1.02G [00:17<00:03, 51.6MB/s][2020-12-16 13:44:56.644583]
  1652. Downloading: 84%|████████▍ | 863M/1.02G [00:17<00:03, 51.3MB/s][2020-12-16 13:44:56.749204]
  1653. Downloading: 85%|████████▍ | 868M/1.02G [00:17<00:03, 50.6MB/s][2020-12-16 13:44:56.851081]
  1654. Downloading: 85%|████████▌ | 873M/1.02G [00:17<00:03, 50.3MB/s][2020-12-16 13:44:56.951065]
  1655. Downloading: 86%|████████▌ | 878M/1.02G [00:17<00:02, 50.5MB/s][2020-12-16 13:44:57.051125]
  1656. Downloading: 86%|████████▌ | 883M/1.02G [00:17<00:02, 50.7MB/s][2020-12-16 13:44:57.154553]
  1657. Downloading: 87%|████████▋ | 888M/1.02G [00:18<00:02, 50.2MB/s][2020-12-16 13:44:57.254502]
  1658. Downloading: 87%|████████▋ | 893M/1.02G [00:18<00:02, 50.2MB/s][2020-12-16 13:44:57.354576]
  1659. Downloading: 88%|████████▊ | 898M/1.02G [00:18<00:02, 50.5MB/s][2020-12-16 13:44:57.454668]
  1660. Downloading: 88%|████████▊ | 904M/1.02G [00:18<00:02, 50.8MB/s][2020-12-16 13:44:57.556269]
  1661. Downloading: 89%|████████▊ | 909M/1.02G [00:18<00:02, 50.5MB/s][2020-12-16 13:44:57.660867]
  1662. Downloading: 89%|████████▉ | 914M/1.02G [00:18<00:02, 49.8MB/s][2020-12-16 13:44:57.760881]
  1663. Downloading: 90%|████████▉ | 919M/1.02G [00:18<00:02, 50.5MB/s][2020-12-16 13:44:57.862254]
  1664. Downloading: 90%|█████████ | 924M/1.02G [00:18<00:02, 50.4MB/s][2020-12-16 13:44:57.962097]
  1665. Downloading: 91%|█████████ | 929M/1.02G [00:18<00:01, 50.7MB/s][2020-12-16 13:44:58.061826]
  1666. Downloading: 91%|█████████ | 934M/1.02G [00:18<00:01, 51.2MB/s][2020-12-16 13:44:58.170205]
  1667. Downloading: 92%|█████████▏| 940M/1.02G [00:19<00:01, 49.9MB/s][2020-12-16 13:44:58.272632]
  1668. Downloading: 92%|█████████▏| 945M/1.02G [00:19<00:01, 49.6MB/s][2020-12-16 13:44:58.372654]
  1669. Downloading: 93%|█████████▎| 950M/1.02G [00:19<00:01, 50.3MB/s][2020-12-16 13:44:58.473292]
  1670. Downloading: 93%|█████████▎| 955M/1.02G [00:19<00:01, 50.3MB/s][2020-12-16 13:44:58.627923]
  1671. Downloading: 94%|█████████▎| 960M/1.02G [00:19<00:01, 43.2MB/s][2020-12-16 13:44:58.728012]
  1672. Downloading: 94%|█████████▍| 965M/1.02G [00:19<00:01, 44.6MB/s][2020-12-16 13:44:58.828366]
  1673. Downloading: 95%|█████████▍| 969M/1.02G [00:19<00:01, 45.2MB/s][2020-12-16 13:44:58.928334]
  1674. Downloading: 95%|█████████▌| 974M/1.02G [00:19<00:01, 46.5MB/s][2020-12-16 13:44:59.028292]
  1675. Downloading: 96%|█████████▌| 979M/1.02G [00:19<00:00, 47.2MB/s][2020-12-16 13:44:59.128304]
  1676. Downloading: 96%|█████████▌| 984M/1.02G [00:20<00:00, 47.8MB/s][2020-12-16 13:44:59.228862]
  1677. Downloading: 97%|█████████▋| 989M/1.02G [00:20<00:00, 47.9MB/s][2020-12-16 13:44:59.328688]
  1678. Downloading: 97%|█████████▋| 994M/1.02G [00:20<00:00, 48.1MB/s][2020-12-16 13:44:59.428775]
  1679. Downloading: 97%|█████████▋| 999M/1.02G [00:20<00:00, 48.6MB/s][2020-12-16 13:44:59.528772]
  1680. Downloading: 98%|█████████▊| 1.00G/1.02G [00:20<00:00, 49.0MB/s][2020-12-16 13:44:59.628736]
  1681. Downloading: 98%|█████████▊| 1.01G/1.02G [00:20<00:00, 49.6MB/s][2020-12-16 13:44:59.728961]
  1682. Downloading: 99%|█████████▉| 1.01G/1.02G [00:20<00:00, 49.7MB/s][2020-12-16 13:44:59.830922]
  1683. Downloading: 99%|█████████▉| 1.02G/1.02G [00:20<00:00, 49.4MB/s][2020-12-16 13:44:59.930791]
  1684. Downloading: 100%|█████████▉| 1.02G/1.02G [00:20<00:00, 49.8MB/s][2020-12-16 13:44:59.949170]
  1685. Downloading: 100%|██████████| 1.02G/1.02G [00:20<00:00, 49.2MB/s][2020-12-16 13:44:59.949758]
  1686. 2020-12-16 13:44:59.949 Lock 140614953872528 released on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  1687. 2020-12-16 13:45:09.628 Lock 140614953826640 acquired on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  1688.  
  1689. Downloading: 0%| | 0.00/899k [00:00<?, ?B/s][2020-12-16 13:45:10.128765]
  1690. Downloading: 6%|▌ | 51.2k/899k [00:00<00:02, 391kB/s][2020-12-16 13:45:10.258886]
  1691. Downloading: 21%|██▏ | 191k/899k [00:00<00:01, 484kB/s] [2020-12-16 13:45:10.390293]
  1692. Downloading: 83%|████████▎ | 749k/899k [00:00<00:00, 659kB/s][2020-12-16 13:45:10.394684]
  1693. Downloading: 100%|██████████| 899k/899k [00:00<00:00, 2.27MB/s][2020-12-16 13:45:10.395654]
  1694. 2020-12-16 13:45:10.395 Lock 140614953826640 released on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  1695. 2020-12-16 13:45:10.696 Lock 140614952483216 acquired on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  1696.  
  1697. Downloading: 0%| | 0.00/456k [00:00<?, ?B/s][2020-12-16 13:45:11.156480]
  1698. Downloading: 11%|█ | 51.2k/456k [00:00<00:01, 382kB/s][2020-12-16 13:45:11.291917]
  1699. Downloading: 46%|████▌ | 209k/456k [00:00<00:00, 478kB/s] [2020-12-16 13:45:11.360260]
  1700. Downloading: 100%|██████████| 456k/456k [00:00<00:00, 1.35MB/s][2020-12-16 13:45:11.360714]
  1701. 2020-12-16 13:45:11.360 Lock 140614952483216 released on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  1702. 2020-12-16 13:45:11.969 Lock 140614952551952 acquired on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  1703.  
  1704. Downloading: 0%| | 0.00/772 [00:00<?, ?B/s][2020-12-16 13:45:12.298295]
  1705. Downloading: 100%|██████████| 772/772 [00:00<00:00, 537kB/s][2020-12-16 13:45:12.298722]
  1706. 2020-12-16 13:45:12.298 Lock 140614952551952 released on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  1707. 2020-12-16 13:45:12.598 Lock 140614952551952 acquired on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  1708.  
  1709. Downloading: 0%| | 0.00/26.0 [00:00<?, ?B/s][2020-12-16 13:45:12.896693]
  1710. Downloading: 100%|██████████| 26.0/26.0 [00:00<00:00, 20.4kB/s][2020-12-16 13:45:12.897071]
  1711. 2020-12-16 13:45:12.896 Lock 140614952551952 released on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  1712. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1713. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1714. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1715. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1716. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1717. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  1718. [client] Provisioning machine...
  1719. [client] Preparing system...
  1720. [manager] Starting up for owner: 'charlywargnier', repository: 'streamlitzeroshottransformerstest', branch: 'main', main module: 'app.py'
  1721. [manager] Cloning repository ...
  1722. [manager] Cloning into 'streamlitzeroshottransformerstest'...
  1723.  
  1724. [manager] Cloned repository!
  1725. [manager] Processing dependencies ...
  1726. Looking in links: https://download.pytorch.org/whl/torch_stable.html
  1727. Requirement already satisfied: streamlit in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.72.0)
  1728. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  1729. Requirement already satisfied: protobuf!=3.11,>=3.6.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.14.0)
  1730. Requirement already satisfied: tzlocal in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.1)
  1731. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1732. Requirement already satisfied: blinker in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.4)
  1733. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  1734. Requirement already satisfied: altair>=3.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.0)
  1735. Requirement already satisfied: gitpython in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (3.1.11)
  1736. Requirement already satisfied: cachetools>=4.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (4.1.1)
  1737. Requirement already satisfied: validators in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.18.1)
  1738. Requirement already satisfied: pydeck>=0.1.dev5 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.5.0)
  1739. Requirement already satisfied: watchdog in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.4)
  1740. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1741. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  1742. Requirement already satisfied: base58 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.1)
  1743. Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (8.0.1)
  1744. Requirement already satisfied: toml in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.10.2)
  1745. Requirement already satisfied: pyarrow in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.0.0)
  1746. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1747. Requirement already satisfied: astor in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (0.8.1)
  1748. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  1749. Collecting torch==1.7.1+cpu
  1750. Downloading https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl (159.4 MB)
  1751. [client] Spinning up manager process...
  1752. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1753. Collecting transformers==3.1.0
  1754. Downloading transformers-3.1.0-py3-none-any.whl (884 kB)
  1755. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1756. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1757. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.25.0)
  1758. Requirement already satisfied: pandas>=0.21.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.1.4)
  1759. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  1760. Requirement already satisfied: toolz in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.11.1)
  1761. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1762. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1763. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  1764. Collecting filelock
  1765. Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
  1766. Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.7/site-packages (from gitpython->streamlit->-r requirements.txt (line 1)) (4.0.5)
  1767. Requirement already satisfied: smmap<4,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from gitdb<5,>=4.0.1->gitpython->streamlit->-r requirements.txt (line 1)) (3.0.4)
  1768. Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from jinja2->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.1.1)
  1769. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1770. Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (20.3.0)
  1771. Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.1.1)
  1772. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  1773. Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.17.3)
  1774. Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.4.0)
  1775. Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->streamlit->-r requirements.txt (line 1)) (2.4.7)
  1776. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  1777. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1778. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  1779. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1780. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1781. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1782. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  1783. Requirement already satisfied: ipywidgets>=7.0.0 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.5.1)
  1784. Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (1.19.4)
  1785. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1786. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1787. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1788. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1789. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  1790. Requirement already satisfied: backcall in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1791. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1792. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1793. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.0.8)
  1794. Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.5)
  1795. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  1796. Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.8.0)
  1797. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (50.3.2)
  1798. Requirement already satisfied: jedi>=0.10 in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.17.2)
  1799. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1800. Requirement already satisfied: ipython>=5.0.0 in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (7.19.0)
  1801. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  1802. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1803. Requirement already satisfied: widgetsnbextension~=3.5.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.5.1)
  1804. Requirement already satisfied: parso<0.8.0,>=0.7.0 in /usr/local/lib/python3.7/site-packages (from jedi>=0.10->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.7.1)
  1805. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  1806. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1807. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1808. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1809. Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (2.8.1)
  1810. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1811. Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (3.2.0)
  1812. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1813. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1814. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1815. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1816. Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.5)
  1817. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1818. Collecting regex!=2019.12.17
  1819. Downloading regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl (719 kB)
  1820. Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2.10)
  1821. Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (3.0.4)
  1822. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (2020.11.8)
  1823. Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->streamlit->-r requirements.txt (line 1)) (1.26.2)
  1824. Collecting sacremoses
  1825. Downloading sacremoses-0.0.43.tar.gz (883 kB)
  1826. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1827. Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (7.1.2)
  1828. Collecting joblib
  1829. Downloading joblib-1.0.0-py3-none-any.whl (302 kB)
  1830. Collecting sentencepiece!=0.1.92
  1831. Downloading sentencepiece-0.1.94-cp37-cp37m-manylinux2014_x86_64.whl (1.1 MB)
  1832. Collecting tokenizers==0.8.1.rc2
  1833. Downloading tokenizers-0.8.1rc2-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB)
  1834. Collecting tqdm>=4.27
  1835. Downloading tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
  1836. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1837. Collecting typing-extensions
  1838. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  1839. Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.21.0->streamlit->-r requirements.txt (line 1)) (2020.4)
  1840. Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.4.2)
  1841. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1842. Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.7/site-packages (from watchdog->streamlit->-r requirements.txt (line 1)) (0.1.2)
  1843. Requirement already satisfied: notebook>=4.4.1 in /usr/local/lib/python3.7/site-packages (from widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.5)
  1844. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1845. Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=4.2.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.2.0)
  1846. Requirement already satisfied: argon2-cffi in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.1.0)
  1847. Requirement already satisfied: terminado>=0.8.3 in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.1)
  1848. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1849. Requirement already satisfied: prometheus-client in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.9.0)
  1850. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1851. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1852. Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.0.7)
  1853. Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/site-packages (from notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.5.0)
  1854. Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (20.0.0)
  1855. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1856. Requirement already satisfied: ipykernel>=5.1.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.3.4)
  1857. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1858. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1859. Requirement already satisfied: cffi>=1.0.0 in /usr/local/lib/python3.7/site-packages (from argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.14.4)
  1860. Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.20)
  1861. Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.8.4)
  1862. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1863. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1864. Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (0.3)
  1865. Requirement already satisfied: testpath in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.4.4)
  1866. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1867. Requirement already satisfied: bleach in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (3.2.1)
  1868. Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1869. Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/site-packages (from altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (2.11.2)
  1870. Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  1871. Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.1.2)
  1872. Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  1873. Requirement already satisfied: jupyter-core>=4.6.0 in /usr/local/lib/python3.7/site-packages (from jupyter-client->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (4.7.0)
  1874. Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.7/site-packages (from jsonschema->altair>=3.2.0->streamlit->-r requirements.txt (line 1)) (1.15.0)
  1875. Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.5.1)
  1876. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (20.7)
  1877. Requirement already satisfied: pygments in /usr/local/lib/python3.7/site-packages (from ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (2.7.2)
  1878. Requirement already satisfied: traitlets>=4.3.2 in /usr/local/lib/python3.7/site-packages (from pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.5)
  1879. Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/site-packages (from ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (6.1.7)
  1880. Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.4.3)
  1881. Requirement already satisfied: async-generator in /usr/local/lib/python3.7/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=4.4.1->widgetsnbextension~=3.5.0->ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (1.10)
  1882. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.7/site-packages (from ipywidgets>=7.0.0->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (5.0.8)
  1883. Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.7/site-packages (from streamlit->-r requirements.txt (line 1)) (6.1)
  1884. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=5.0.0->ipykernel>=5.1.2->pydeck>=0.1.dev5->streamlit->-r requirements.txt (line 1)) (0.6.0)
  1885. Building wheels for collected packages: sacremoses
  1886. Building wheel for sacremoses (setup.py): started
  1887. Building wheel for sacremoses (setup.py): finished with status 'done'
  1888. Created wheel for sacremoses: filename=sacremoses-0.0.43-py3-none-any.whl size=893259 sha256=2e22094497c7a94be49e36d7ac21a09565d7dbfbad61c22af9dc7662c6ae9253
  1889. Stored in directory: /home/appuser/.cache/pip/wheels/69/09/d1/bf058f7d6fa0ecba2ce7c66be3b8d012beb4bf61a6e0c101c0
  1890. Successfully built sacremoses
  1891. Installing collected packages: tqdm, regex, joblib, typing-extensions, tokenizers, sentencepiece, sacremoses, filelock, transformers, torch
  1892. Successfully installed filelock-3.0.12 joblib-1.0.0 regex-2020.11.13 sacremoses-0.0.43 sentencepiece-0.1.94 tokenizers-0.8.1rc2 torch-1.7.1+cpu tqdm-4.54.1 transformers-3.1.0 typing-extensions-3.7.4.3
  1893. WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available.
  1894. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  1895. [manager] Processed dependencies!
  1896.  
  1897. You can now view your Streamlit app in your browser.
  1898.  
  1899. Network URL: http://10.12.9.79:8501
  1900. External URL: [2020-12-16 13:46:25.290059] http://35.247.12.22:8501
  1901.  
  1902. 2020-12-16 13:46:26.017 Lock 139775045477456 acquired on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  1903.  
  1904. Downloading: 0%| | 0.00/1.21k [00:00<?, ?B/s][2020-12-16 13:46:26.337707]
  1905. Downloading: 100%|██████████| 1.21k/1.21k [00:00<00:00, 534kB/s][2020-12-16 13:46:26.338722]
  1906. 2020-12-16 13:46:26.338 Lock 139775045477456 released on /home/appuser/.cache/torch/transformers/20c59d816cf7706b0eecf60d46178dad1919268db3fd3df1133f4fd0a3696371.4f82f41da3290c84ee966bc85abf169fae342f261e3c9fcf0ebd139a908aa878.lock
  1907. 2020-12-16 13:46:26.601 Lock 139776476299216 acquired on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  1908. [client] Connecting...
  1909.  
  1910. Downloading: 0%| | 0.00/1.02G [00:00<?, ?B/s][2020-12-16 13:46:26.917770]
  1911. Downloading: 0%| | 2.28M/1.02G [00:00<00:44, 22.8MB/s][2020-12-16 13:46:27.017621]
  1912. Downloading: 1%| | 6.81M/1.02G [00:00<00:37, 26.8MB/s][2020-12-16 13:46:27.117550]
  1913. Downloading: 1%| | 11.5M/1.02G [00:00<00:32, 30.8MB/s][2020-12-16 13:46:27.217571]
  1914. Downloading: 2%|▏ | 16.3M/1.02G [00:00<00:29, 34.4MB/s][2020-12-16 13:46:27.317628]
  1915. Downloading: 2%|▏ | 21.4M/1.02G [00:00<00:26, 38.1MB/s][2020-12-16 13:46:27.417587]
  1916. Downloading: 3%|▎ | 26.5M/1.02G [00:00<00:24, 41.4MB/s][2020-12-16 13:46:27.517659]
  1917. Downloading: 3%|▎ | 31.2M/1.02G [00:00<00:23, 42.9MB/s][2020-12-16 13:46:27.617626]
  1918. Downloading: 3%|▎ | 35.9M/1.02G [00:00<00:22, 43.9MB/s][2020-12-16 13:46:27.717730]
  1919. Downloading: 4%|▍ | 40.7M/1.02G [00:00<00:21, 45.2MB/s][2020-12-16 13:46:27.830686]
  1920. Downloading: 4%|▍ | 45.3M/1.02G [00:01<00:22, 43.6MB/s][2020-12-16 13:46:27.930704]
  1921. Downloading: 5%|▍ | 50.3M/1.02G [00:01<00:21, 45.3MB/s][2020-12-16 13:46:28.030731]
  1922. Downloading: 5%|▌ | 55.1M/1.02G [00:01<00:21, 46.2MB/s][2020-12-16 13:46:28.130910]
  1923. Downloading: 6%|▌ | 60.1M/1.02G [00:01<00:20, 47.3MB/s][2020-12-16 13:46:28.230864]
  1924. Downloading: 6%|▋ | 65.2M/1.02G [00:01<00:19, 48.4MB/s][2020-12-16 13:46:28.330708]
  1925. Downloading: 7%|▋ | 70.5M/1.02G [00:01<00:19, 49.6MB/s][2020-12-16 13:46:28.430865]
  1926. Downloading: 7%|▋ | 75.6M/1.02G [00:01<00:18, 50.1MB/s][2020-12-16 13:46:28.530860]
  1927. Downloading: 8%|▊ | 80.7M/1.02G [00:01<00:18, 50.2MB/s][2020-12-16 13:46:28.630833]
  1928. Downloading: 8%|▊ | 85.9M/1.02G [00:01<00:18, 50.8MB/s][2020-12-16 13:46:28.730927]
  1929. Downloading: 9%|▉ | 91.1M/1.02G [00:01<00:18, 51.1MB/s][2020-12-16 13:46:28.831877]
  1930. Downloading: 9%|▉ | 96.2M/1.02G [00:02<00:18, 51.0MB/s][2020-12-16 13:46:28.932294]
  1931. Downloading: 10%|▉ | 101M/1.02G [00:02<00:18, 50.9MB/s] [2020-12-16 13:46:29.034268]
  1932. Downloading: 10%|█ | 106M/1.02G [00:02<00:18, 50.7MB/s][2020-12-16 13:46:29.134194]
  1933. Downloading: 11%|█ | 112M/1.02G [00:02<00:17, 50.8MB/s][2020-12-16 13:46:29.234203]
  1934. Downloading: 11%|█▏ | 117M/1.02G [00:02<00:17, 51.4MB/s][2020-12-16 13:46:29.335148]
  1935. Downloading: 12%|█▏ | 122M/1.02G [00:02<00:17, 51.3MB/s][2020-12-16 13:46:29.435317]
  1936. Downloading: 12%|█▏ | 127M/1.02G [00:02<00:17, 51.6MB/s][2020-12-16 13:46:29.535158]
  1937. Downloading: 13%|█▎ | 132M/1.02G [00:02<00:17, 51.7MB/s][2020-12-16 13:46:29.635156]
  1938. Downloading: 13%|█▎ | 138M/1.02G [00:02<00:17, 51.8MB/s][2020-12-16 13:46:29.735178]
  1939. Downloading: 14%|█▍ | 143M/1.02G [00:02<00:17, 51.9MB/s][2020-12-16 13:46:29.839512]
  1940. Downloading: 14%|█▍ | 148M/1.02G [00:03<00:17, 51.2MB/s][2020-12-16 13:46:29.943525]
  1941. Downloading: 15%|█▍ | 153M/1.02G [00:03<00:17, 50.6MB/s][2020-12-16 13:46:30.048572]
  1942. Downloading: 15%|█▌ | 158M/1.02G [00:03<00:17, 49.9MB/s][2020-12-16 13:46:30.152221]
  1943. Downloading: 16%|█▌ | 163M/1.02G [00:03<00:17, 49.3MB/s][2020-12-16 13:46:30.256246]
  1944. Downloading: 16%|█▋ | 168M/1.02G [00:03<00:17, 48.8MB/s][2020-12-16 13:46:30.356206]
  1945. Downloading: 17%|█▋ | 173M/1.02G [00:03<00:17, 48.8MB/s][2020-12-16 13:46:30.456237]
  1946. Downloading: 17%|█▋ | 178M/1.02G [00:03<00:17, 48.8MB/s][2020-12-16 13:46:30.557052]
  1947. Downloading: 18%|█▊ | 183M/1.02G [00:03<00:17, 48.7MB/s][2020-12-16 13:46:30.657839]
  1948. Downloading: 18%|█▊ | 188M/1.02G [00:03<00:17, 48.6MB/s][2020-12-16 13:46:30.759477]
  1949. Downloading: 19%|█▉ | 193M/1.02G [00:03<00:17, 48.4MB/s][2020-12-16 13:46:30.860080]
  1950. Downloading: 19%|█▉ | 197M/1.02G [00:04<00:17, 48.3MB/s][2020-12-16 13:46:30.960116]
  1951. Downloading: 20%|█▉ | 202M/1.02G [00:04<00:17, 48.3MB/s][2020-12-16 13:46:31.060111]
  1952. Downloading: 20%|██ | 207M/1.02G [00:04<00:16, 48.4MB/s][2020-12-16 13:46:31.160219]
  1953. Downloading: 21%|██ | 212M/1.02G [00:04<00:16, 48.8MB/s][2020-12-16 13:46:31.260157]
  1954. Downloading: 21%|██ | 217M/1.02G [00:04<00:16, 49.0MB/s][2020-12-16 13:46:31.360171]
  1955. Downloading: 22%|██▏ | 222M/1.02G [00:04<00:16, 49.3MB/s][2020-12-16 13:46:31.460158]
  1956. Downloading: 22%|██▏ | 227M/1.02G [00:04<00:16, 49.5MB/s][2020-12-16 13:46:31.562910]
  1957. Downloading: 23%|██▎ | 232M/1.02G [00:04<00:16, 49.1MB/s][2020-12-16 13:46:31.662950]
  1958. Downloading: 23%|██▎ | 237M/1.02G [00:04<00:16, 49.1MB/s][2020-12-16 13:46:31.762943]
  1959. Downloading: 24%|██▎ | 242M/1.02G [00:04<00:15, 49.3MB/s][2020-12-16 13:46:31.868957]
  1960. Downloading: 24%|██▍ | 247M/1.02G [00:05<00:16, 48.4MB/s][2020-12-16 13:46:31.968872]
  1961. Downloading: 25%|██▍ | 252M/1.02G [00:05<00:15, 48.7MB/s][2020-12-16 13:46:32.068991]
  1962. Downloading: 25%|██▌ | 257M/1.02G [00:05<00:15, 48.7MB/s][2020-12-16 13:46:32.171791]
  1963. Downloading: 26%|██▌ | 261M/1.02G [00:05<00:15, 48.3MB/s][2020-12-16 13:46:32.272072]
  1964. Downloading: 26%|██▌ | 266M/1.02G [00:05<00:15, 48.3MB/s][2020-12-16 13:46:32.372294]
  1965. Downloading: 26%|██▋ | 271M/1.02G [00:05<00:15, 48.9MB/s][2020-12-16 13:46:32.472284]
  1966. Downloading: 27%|██▋ | 276M/1.02G [00:05<00:15, 49.1MB/s][2020-12-16 13:46:32.572390]
  1967. Downloading: 27%|██▋ | 281M/1.02G [00:05<00:14, 49.7MB/s][2020-12-16 13:46:32.672367]
  1968. Downloading: 28%|██▊ | 286M/1.02G [00:05<00:14, 49.9MB/s][2020-12-16 13:46:32.772461]
  1969. Downloading: 28%|██▊ | 292M/1.02G [00:05<00:14, 50.5MB/s][2020-12-16 13:46:32.876288]
  1970. Downloading: 29%|██▉ | 297M/1.02G [00:06<00:14, 49.9MB/s][2020-12-16 13:46:32.979388]
  1971. Downloading: 29%|██▉ | 302M/1.02G [00:06<00:14, 49.5MB/s][2020-12-16 13:46:33.084188]
  1972. Downloading: 30%|██▉ | 307M/1.02G [00:06<00:14, 48.8MB/s][2020-12-16 13:46:33.187777]
  1973. Downloading: 30%|███ | 312M/1.02G [00:06<00:14, 48.3MB/s][2020-12-16 13:46:33.287757]
  1974. Downloading: 31%|███ | 317M/1.02G [00:06<00:14, 48.8MB/s][2020-12-16 13:46:33.387840]
  1975. Downloading: 31%|███▏ | 322M/1.02G [00:06<00:14, 49.4MB/s][2020-12-16 13:46:33.490470]
  1976. Downloading: 32%|███▏ | 327M/1.02G [00:06<00:14, 49.0MB/s][2020-12-16 13:46:33.591016]
  1977. Downloading: 32%|███▏ | 331M/1.02G [00:06<00:14, 48.9MB/s][2020-12-16 13:46:33.691430]
  1978. Downloading: 33%|███▎ | 336M/1.02G [00:06<00:14, 48.9MB/s][2020-12-16 13:46:33.793675]
  1979. Downloading: 33%|███▎ | 341M/1.02G [00:06<00:14, 48.6MB/s][2020-12-16 13:46:33.894365]
  1980. Downloading: 34%|███▍ | 346M/1.02G [00:07<00:14, 48.4MB/s][2020-12-16 13:46:33.994565]
  1981. Downloading: 34%|███▍ | 351M/1.02G [00:07<00:13, 48.7MB/s][2020-12-16 13:46:34.097579]
  1982. Downloading: 35%|███▍ | 356M/1.02G [00:07<00:13, 48.3MB/s][2020-12-16 13:46:34.197685]
  1983. Downloading: 35%|███▌ | 361M/1.02G [00:07<00:13, 48.5MB/s][2020-12-16 13:46:34.297637]
  1984. Downloading: 36%|███▌ | 366M/1.02G [00:07<00:13, 48.7MB/s][2020-12-16 13:46:34.397760]
  1985. Downloading: 36%|███▌ | 371M/1.02G [00:07<00:13, 49.1MB/s][2020-12-16 13:46:34.497754]
  1986. Downloading: 37%|███▋ | 376M/1.02G [00:07<00:13, 49.4MB/s][2020-12-16 13:46:34.597785]
  1987. Downloading: 37%|███▋ | 381M/1.02G [00:07<00:13, 49.4MB/s][2020-12-16 13:46:34.699012]
  1988. Downloading: 38%|███▊ | 386M/1.02G [00:07<00:12, 49.3MB/s][2020-12-16 13:46:34.799249]
  1989. Downloading: 38%|███▊ | 391M/1.02G [00:07<00:12, 49.6MB/s][2020-12-16 13:46:34.905850]
  1990. Downloading: 39%|███▊ | 396M/1.02G [00:08<00:12, 48.7MB/s][2020-12-16 13:46:35.007307]
  1991. Downloading: 39%|███▉ | 401M/1.02G [00:08<00:12, 48.5MB/s][2020-12-16 13:46:35.107561]
  1992. Downloading: 40%|███▉ | 405M/1.02G [00:08<00:12, 48.6MB/s][2020-12-16 13:46:35.207576]
  1993. Downloading: 40%|████ | 410M/1.02G [00:08<00:12, 48.8MB/s][2020-12-16 13:46:35.307834]
  1994. Downloading: 41%|████ | 415M/1.02G [00:08<00:12, 48.9MB/s][2020-12-16 13:46:35.407581]
  1995. Downloading: 41%|████ | 420M/1.02G [00:08<00:12, 49.0MB/s][2020-12-16 13:46:35.507596]
  1996. Downloading: 41%|████▏ | 425M/1.02G [00:08<00:12, 49.1MB/s][2020-12-16 13:46:35.611391]
  1997. Downloading: 42%|████▏ | 430M/1.02G [00:08<00:12, 48.5MB/s][2020-12-16 13:46:35.711397]
  1998. Downloading: 42%|████▏ | 435M/1.02G [00:08<00:12, 48.7MB/s][2020-12-16 13:46:35.813589]
  1999. Downloading: 43%|████▎ | 440M/1.02G [00:08<00:12, 48.4MB/s][2020-12-16 13:46:35.913607]
  2000. Downloading: 43%|████▎ | 445M/1.02G [00:09<00:11, 48.5MB/s][2020-12-16 13:46:36.013675]
  2001. Downloading: 44%|████▍ | 450M/1.02G [00:09<00:11, 48.8MB/s][2020-12-16 13:46:36.113597]
  2002. Downloading: 44%|████▍ | 455M/1.02G [00:09<00:11, 48.8MB/s][2020-12-16 13:46:36.213641]
  2003. Downloading: 45%|████▍ | 460M/1.02G [00:09<00:11, 49.1MB/s][2020-12-16 13:46:36.313679]
  2004. Downloading: 45%|████▌ | 464M/1.02G [00:09<00:11, 49.2MB/s][2020-12-16 13:46:36.414340]
  2005. Downloading: 46%|████▌ | 469M/1.02G [00:09<00:11, 49.1MB/s][2020-12-16 13:46:36.515404]
  2006. Downloading: 46%|████▋ | 474M/1.02G [00:09<00:11, 48.9MB/s][2020-12-16 13:46:36.615519]
  2007. Downloading: 47%|████▋ | 479M/1.02G [00:09<00:11, 49.2MB/s][2020-12-16 13:46:36.715464]
  2008. Downloading: 47%|████▋ | 484M/1.02G [00:09<00:10, 49.5MB/s][2020-12-16 13:46:36.818432]
  2009. Downloading: 48%|████▊ | 489M/1.02G [00:10<00:10, 49.1MB/s][2020-12-16 13:46:36.918802]
  2010. Downloading: 48%|████▊ | 494M/1.02G [00:10<00:10, 49.0MB/s][2020-12-16 13:46:37.018850]
  2011. Downloading: 49%|████▊ | 499M/1.02G [00:10<00:10, 49.2MB/s][2020-12-16 13:46:37.120305]
  2012. Downloading: 49%|████▉ | 504M/1.02G [00:10<00:10, 49.0MB/s][2020-12-16 13:46:37.220375]
  2013. Downloading: 50%|████▉ | 509M/1.02G [00:10<00:10, 49.1MB/s][2020-12-16 13:46:37.340054]
  2014. Downloading: 50%|█████ | 514M/1.02G [00:10<00:11, 46.4MB/s][2020-12-16 13:46:37.440042]
  2015. Downloading: 51%|█████ | 519M/1.02G [00:10<00:10, 46.7MB/s][2020-12-16 13:46:37.544977]
  2016. Downloading: 51%|█████ | 523M/1.02G [00:10<00:10, 46.1MB/s][2020-12-16 13:46:37.644893]
  2017. Downloading: 52%|█████▏ | 528M/1.02G [00:10<00:10, 46.6MB/s][2020-12-16 13:46:37.744917]
  2018. Downloading: 52%|█████▏ | 533M/1.02G [00:10<00:10, 47.7MB/s][2020-12-16 13:46:37.844908]
  2019. Downloading: 53%|█████▎ | 538M/1.02G [00:11<00:10, 48.4MB/s][2020-12-16 13:46:37.944990]
  2020. Downloading: 53%|█████▎ | 543M/1.02G [00:11<00:09, 48.6MB/s][2020-12-16 13:46:38.044932]
  2021. Downloading: 53%|█████▎ | 548M/1.02G [00:11<00:09, 49.1MB/s][2020-12-16 13:46:38.145021]
  2022. Downloading: 54%|█████▍ | 553M/1.02G [00:11<00:09, 49.4MB/s][2020-12-16 13:46:38.245069]
  2023. Downloading: 54%|█████▍ | 558M/1.02G [00:11<00:09, 49.4MB/s][2020-12-16 13:46:38.346554]
  2024. Downloading: 55%|█████▍ | 563M/1.02G [00:11<00:09, 49.2MB/s][2020-12-16 13:46:38.446944]
  2025. Downloading: 55%|█████▌ | 568M/1.02G [00:11<00:09, 49.1MB/s][2020-12-16 13:46:38.546974]
  2026. Downloading: 56%|█████▌ | 573M/1.02G [00:11<00:09, 49.8MB/s][2020-12-16 13:46:38.684230]
  2027. Downloading: 56%|█████▋ | 578M/1.02G [00:11<00:09, 44.8MB/s][2020-12-16 13:46:38.802597]
  2028. Downloading: 57%|█████▋ | 583M/1.02G [00:11<00:10, 42.8MB/s][2020-12-16 13:46:38.902395]
  2029. Downloading: 57%|█████▋ | 588M/1.02G [00:12<00:09, 44.5MB/s][2020-12-16 13:46:39.002442]
  2030. Downloading: 58%|█████▊ | 592M/1.02G [00:12<00:09, 45.8MB/s][2020-12-16 13:46:39.102437]
  2031. Downloading: 58%|█████▊ | 597M/1.02G [00:12<00:09, 47.0MB/s][2020-12-16 13:46:39.202427]
  2032. Downloading: 59%|█████▉ | 602M/1.02G [00:12<00:08, 47.4MB/s][2020-12-16 13:46:39.306042]
  2033. Downloading: 59%|█████▉ | 607M/1.02G [00:12<00:08, 47.0MB/s][2020-12-16 13:46:39.406023]
  2034. Downloading: 60%|█████▉ | 612M/1.02G [00:12<00:08, 48.0MB/s][2020-12-16 13:46:39.506192]
  2035. Downloading: 60%|██████ | 617M/1.02G [00:12<00:08, 48.7MB/s][2020-12-16 13:46:39.606130]
  2036. Downloading: 61%|██████ | 622M/1.02G [00:12<00:08, 49.3MB/s][2020-12-16 13:46:39.706075]
  2037. Downloading: 61%|██████ | 627M/1.02G [00:12<00:08, 49.7MB/s][2020-12-16 13:46:39.807181]
  2038. Downloading: 62%|██████▏ | 632M/1.02G [00:12<00:07, 49.5MB/s][2020-12-16 13:46:39.907523]
  2039. Downloading: 62%|██████▏ | 637M/1.02G [00:13<00:07, 49.5MB/s][2020-12-16 13:46:40.007496]
  2040. Downloading: 63%|██████▎ | 642M/1.02G [00:13<00:07, 50.0MB/s][2020-12-16 13:46:40.107652]
  2041. Downloading: 63%|██████▎ | 647M/1.02G [00:13<00:07, 49.9MB/s][2020-12-16 13:46:40.207679]
  2042. Downloading: 64%|██████▎ | 652M/1.02G [00:13<00:07, 50.0MB/s][2020-12-16 13:46:40.307660]
  2043. Downloading: 64%|██████▍ | 657M/1.02G [00:13<00:07, 50.3MB/s][2020-12-16 13:46:40.407709]
  2044. Downloading: 65%|██████▍ | 663M/1.02G [00:13<00:07, 50.6MB/s][2020-12-16 13:46:40.508716]
  2045. Downloading: 65%|██████▌ | 668M/1.02G [00:13<00:07, 50.5MB/s][2020-12-16 13:46:40.610315]
  2046. Downloading: 66%|██████▌ | 673M/1.02G [00:13<00:07, 50.3MB/s][2020-12-16 13:46:40.712964]
  2047. Downloading: 66%|██████▌ | 678M/1.02G [00:13<00:06, 49.9MB/s][2020-12-16 13:46:40.815740]
  2048. Downloading: 67%|██████▋ | 683M/1.02G [00:13<00:06, 49.5MB/s][2020-12-16 13:46:40.918167]
  2049. Downloading: 67%|██████▋ | 688M/1.02G [00:14<00:06, 49.1MB/s][2020-12-16 13:46:41.020013]
  2050. Downloading: 68%|██████▊ | 693M/1.02G [00:14<00:06, 48.8MB/s][2020-12-16 13:46:41.120055]
  2051. Downloading: 68%|██████▊ | 698M/1.02G [00:14<00:06, 49.3MB/s][2020-12-16 13:46:41.220074]
  2052. Downloading: 69%|██████▊ | 703M/1.02G [00:14<00:06, 49.8MB/s][2020-12-16 13:46:41.320124]
  2053. Downloading: 69%|██████▉ | 708M/1.02G [00:14<00:06, 50.0MB/s][2020-12-16 13:46:41.421567]
  2054. Downloading: 70%|██████▉ | 713M/1.02G [00:14<00:06, 49.8MB/s][2020-12-16 13:46:41.522200]
  2055. Downloading: 70%|███████ | 718M/1.02G [00:14<00:06, 49.7MB/s][2020-12-16 13:46:41.622841]
  2056. Downloading: 71%|███████ | 723M/1.02G [00:14<00:06, 49.6MB/s][2020-12-16 13:46:41.722768]
  2057. Downloading: 71%|███████ | 728M/1.02G [00:14<00:05, 49.8MB/s][2020-12-16 13:46:41.822789]
  2058. Downloading: 72%|███████▏ | 733M/1.02G [00:15<00:05, 49.9MB/s][2020-12-16 13:46:41.922777]
  2059. Downloading: 72%|███████▏ | 738M/1.02G [00:15<00:05, 50.1MB/s][2020-12-16 13:46:42.022786]
  2060. Downloading: 72%|███████▏ | 743M/1.02G [00:15<00:05, 50.3MB/s][2020-12-16 13:46:42.122858]
  2061. Downloading: 73%|███████▎ | 748M/1.02G [00:15<00:05, 50.6MB/s][2020-12-16 13:46:42.223323]
  2062. Downloading: 73%|███████▎ | 753M/1.02G [00:15<00:05, 50.6MB/s][2020-12-16 13:46:42.324798]
  2063. Downloading: 74%|███████▍ | 758M/1.02G [00:15<00:05, 50.3MB/s][2020-12-16 13:46:42.426233]
  2064. Downloading: 74%|███████▍ | 763M/1.02G [00:15<00:05, 50.1MB/s][2020-12-16 13:46:42.529914]
  2065. Downloading: 75%|███████▍ | 768M/1.02G [00:15<00:05, 49.6MB/s][2020-12-16 13:46:42.629899]
  2066. Downloading: 75%|███████▌ | 773M/1.02G [00:15<00:05, 49.6MB/s][2020-12-16 13:46:42.730013]
  2067. Downloading: 76%|███████▌ | 778M/1.02G [00:15<00:04, 49.6MB/s][2020-12-16 13:46:42.830052]
  2068. Downloading: 76%|███████▋ | 783M/1.02G [00:16<00:04, 49.7MB/s][2020-12-16 13:46:42.930102]
  2069. Downloading: 77%|███████▋ | 788M/1.02G [00:16<00:04, 49.9MB/s][2020-12-16 13:46:43.030243]
  2070. Downloading: 77%|███████▋ | 793M/1.02G [00:16<00:04, 49.9MB/s][2020-12-16 13:46:43.130264]
  2071. Downloading: 78%|███████▊ | 798M/1.02G [00:16<00:04, 50.1MB/s][2020-12-16 13:46:43.231086]
  2072. Downloading: 78%|███████▊ | 803M/1.02G [00:16<00:04, 50.0MB/s][2020-12-16 13:46:43.330958]
  2073. Downloading: 79%|███████▉ | 808M/1.02G [00:16<00:04, 50.2MB/s][2020-12-16 13:46:43.433019]
  2074. Downloading: 79%|███████▉ | 813M/1.02G [00:16<00:04, 49.9MB/s][2020-12-16 13:46:43.534768]
  2075. Downloading: 80%|███████▉ | 818M/1.02G [00:16<00:04, 49.7MB/s][2020-12-16 13:46:43.634666]
  2076. Downloading: 80%|████████ | 823M/1.02G [00:16<00:04, 50.1MB/s][2020-12-16 13:46:43.734870]
  2077. Downloading: 81%|████████ | 829M/1.02G [00:16<00:03, 50.4MB/s][2020-12-16 13:46:43.837606]
  2078. Downloading: 81%|████████▏ | 834M/1.02G [00:17<00:03, 50.0MB/s][2020-12-16 13:46:43.940294]
  2079. Downloading: 82%|████████▏ | 839M/1.02G [00:17<00:03, 49.6MB/s][2020-12-16 13:46:44.043265]
  2080. Downloading: 82%|████████▏ | 844M/1.02G [00:17<00:03, 49.2MB/s][2020-12-16 13:46:44.143209]
  2081. Downloading: 83%|████████▎ | 849M/1.02G [00:17<00:03, 49.5MB/s][2020-12-16 13:46:44.243241]
  2082. Downloading: 83%|████████▎ | 854M/1.02G [00:17<00:03, 49.7MB/s][2020-12-16 13:46:44.343889]
  2083. Downloading: 84%|████████▍ | 859M/1.02G [00:17<00:03, 49.6MB/s][2020-12-16 13:46:44.449278]
  2084. Downloading: 84%|████████▍ | 864M/1.02G [00:17<00:03, 48.9MB/s][2020-12-16 13:46:44.549310]
  2085. Downloading: 85%|████████▍ | 869M/1.02G [00:17<00:03, 49.2MB/s][2020-12-16 13:46:44.650281]
  2086. Downloading: 85%|████████▌ | 874M/1.02G [00:17<00:03, 49.0MB/s][2020-12-16 13:46:44.750289]
  2087. Downloading: 86%|████████▌ | 878M/1.02G [00:17<00:02, 49.2MB/s][2020-12-16 13:46:44.852430]
  2088. Downloading: 86%|████████▌ | 883M/1.02G [00:18<00:02, 48.9MB/s][2020-12-16 13:46:44.954166]
  2089. Downloading: 87%|████████▋ | 888M/1.02G [00:18<00:02, 48.7MB/s][2020-12-16 13:46:45.054616]
  2090. Downloading: 87%|████████▋ | 893M/1.02G [00:18<00:02, 48.6MB/s][2020-12-16 13:46:45.154682]
  2091. Downloading: 88%|████████▊ | 898M/1.02G [00:18<00:02, 49.0MB/s][2020-12-16 13:46:45.254745]
  2092. Downloading: 88%|████████▊ | 903M/1.02G [00:18<00:02, 49.3MB/s][2020-12-16 13:46:45.354650]
  2093. Downloading: 89%|████████▊ | 908M/1.02G [00:18<00:02, 49.4MB/s][2020-12-16 13:46:45.454672]
  2094. Downloading: 89%|████████▉ | 913M/1.02G [00:18<00:02, 49.6MB/s][2020-12-16 13:46:45.564618]
  2095. Downloading: 90%|████████▉ | 918M/1.02G [00:18<00:02, 48.1MB/s][2020-12-16 13:46:45.664694]
  2096. Downloading: 90%|█████████ | 923M/1.02G [00:18<00:02, 48.2MB/s][2020-12-16 13:46:45.764774]
  2097. Downloading: 91%|█████████ | 928M/1.02G [00:18<00:01, 48.7MB/s][2020-12-16 13:46:45.865603]
  2098. Downloading: 91%|█████████ | 933M/1.02G [00:19<00:01, 48.6MB/s][2020-12-16 13:46:45.967922]
  2099. Downloading: 91%|█████████▏| 938M/1.02G [00:19<00:01, 48.3MB/s][2020-12-16 13:46:46.067950]
  2100. Downloading: 92%|█████████▏| 943M/1.02G [00:19<00:01, 48.8MB/s][2020-12-16 13:46:46.168020]
  2101. Downloading: 92%|█████████▏| 948M/1.02G [00:19<00:01, 49.2MB/s][2020-12-16 13:46:46.267991]
  2102. Downloading: 93%|█████████▎| 953M/1.02G [00:19<00:01, 49.2MB/s][2020-12-16 13:46:46.368039]
  2103. Downloading: 93%|█████████▎| 958M/1.02G [00:19<00:01, 49.7MB/s][2020-12-16 13:46:46.468048]
  2104. Downloading: 94%|█████████▍| 963M/1.02G [00:19<00:01, 49.7MB/s][2020-12-16 13:46:46.572289]
  2105. Downloading: 94%|█████████▍| 968M/1.02G [00:19<00:01, 49.1MB/s][2020-12-16 13:46:46.672990]
  2106. Downloading: 95%|█████████▍| 973M/1.02G [00:19<00:01, 49.0MB/s][2020-12-16 13:46:46.772991]
  2107. Downloading: 95%|█████████▌| 978M/1.02G [00:19<00:00, 49.4MB/s][2020-12-16 13:46:46.872932]
  2108. Downloading: 96%|█████████▌| 983M/1.02G [00:20<00:00, 49.8MB/s][2020-12-16 13:46:46.972997]
  2109. Downloading: 96%|█████████▋| 988M/1.02G [00:20<00:00, 50.1MB/s][2020-12-16 13:46:47.072984]
  2110. Downloading: 97%|█████████▋| 993M/1.02G [00:20<00:00, 50.2MB/s][2020-12-16 13:46:47.174191]
  2111. Downloading: 97%|█████████▋| 998M/1.02G [00:20<00:00, 50.1MB/s][2020-12-16 13:46:47.274254]
  2112. Downloading: 98%|█████████▊| 1.00G/1.02G [00:20<00:00, 50.1MB/s][2020-12-16 13:46:47.376447]
  2113. Downloading: 98%|█████████▊| 1.01G/1.02G [00:20<00:00, 49.8MB/s][2020-12-16 13:46:47.479327]
  2114. Downloading: 99%|█████████▉| 1.01G/1.02G [00:20<00:00, 49.3MB/s][2020-12-16 13:46:47.601704]
  2115. Downloading: 99%|█████████▉| 1.02G/1.02G [00:20<00:00, 46.3MB/s][2020-12-16 13:46:47.701486]
  2116. Downloading: 100%|█████████▉| 1.02G/1.02G [00:20<00:00, 47.3MB/s][2020-12-16 13:46:47.742893]
  2117. Downloading: 100%|██████████| 1.02G/1.02G [00:20<00:00, 49.0MB/s][2020-12-16 13:46:47.743521]
  2118. 2020-12-16 13:46:47.742 Lock 139776476299216 released on /home/appuser/.cache/torch/transformers/4b2d543e9e25d147e7494302b05bdf4190b5caa61e6367f2c7e951271043dfb0.886356c28e5adee36b7b997a93ec11833523bb2decdd85bca4c6cd3d4119275f.lock
  2119. 2020-12-16 13:46:57.722 Lock 139776105953680 acquired on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  2120.  
  2121. Downloading: 0%| | 0.00/899k [00:00<?, ?B/s][2020-12-16 13:46:58.292864]
  2122. Downloading: 6%|▌ | 51.2k/899k [00:00<00:02, 393kB/s][2020-12-16 13:46:58.422742]
  2123. Downloading: 21%|██▏ | 191k/899k [00:00<00:01, 485kB/s] [2020-12-16 13:46:58.554315]
  2124. Downloading: 95%|█████████▍| 853k/899k [00:00<00:00, 666kB/s][2020-12-16 13:46:58.557726]
  2125. Downloading: 100%|██████████| 899k/899k [00:00<00:00, 2.27MB/s][2020-12-16 13:46:58.558151]
  2126. 2020-12-16 13:46:58.557 Lock 139776105953680 released on /home/appuser/.cache/torch/transformers/a6ad350abe40f51258509b993e6d199693931717c1c7a1408488c27de3ab336c.6a4061e8fc00057d21d80413635a86fdcf55b6e7594ad9e25257d2f99a02f4be.lock
  2127. 2020-12-16 13:46:58.952 Lock 139776105972240 acquired on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  2128.  
  2129. Downloading: 0%| | 0.00/456k [00:00<?, ?B/s][2020-12-16 13:46:59.437541]
  2130. Downloading: 8%|▊ | 34.8k/456k [00:00<00:01, 253kB/s][2020-12-16 13:46:59.576626]
  2131. Downloading: 50%|████▉ | 226k/456k [00:00<00:00, 335kB/s] [2020-12-16 13:46:59.583317]
  2132. Downloading: 100%|██████████| 456k/456k [00:00<00:00, 1.61MB/s][2020-12-16 13:46:59.583770]
  2133. 2020-12-16 13:46:59.583 Lock 139776105972240 released on /home/appuser/.cache/torch/transformers/5bcd1f3101922eb23022db36c49340d7174c343a89fee604d5738ed20e958a47.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.lock
  2134. 2020-12-16 13:47:00.185 Lock 139776105953424 acquired on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  2135.  
  2136. Downloading: 0%| | 0.00/772 [00:00<?, ?B/s][2020-12-16 13:47:00.510762]
  2137. Downloading: 100%|██████████| 772/772 [00:00<00:00, 589kB/s][2020-12-16 13:47:00.511224]
  2138. 2020-12-16 13:47:00.510 Lock 139776105953424 released on /home/appuser/.cache/torch/transformers/40dda6fdf4b802d34eb2c272ab34ca7f05fca81598545210524d3d46480be4ad.6e217123a3ada61145de1f20b1443a1ec9aac93492a4bd1ce6a695935f0fd97a.lock
  2139. 2020-12-16 13:47:00.817 Lock 139776105973904 acquired on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  2140.  
  2141. Downloading: 0%| | 0.00/26.0 [00:00<?, ?B/s][2020-12-16 13:47:01.122221]
  2142. Downloading: 100%|██████████| 26.0/26.0 [00:00<00:00, 19.2kB/s][2020-12-16 13:47:01.122672]
  2143. 2020-12-16 13:47:01.122 Lock 139776105973904 released on /home/appuser/.cache/torch/transformers/04f83b59a46e03ffae5c06258bfc375ab2f5be01153149c9389c14738b9fa90d.d596a549211eb890d3bb341f3a03307b199bc2d5ed81b3451618cbcb04d1f1bc.lock
  2144. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2145. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2146. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2147. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2148. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2149. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2150. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2151. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2152. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2153. [manager] Error checking Streamlit healthz: Get "http://localhost:8501/healthz": dial tcp 127.0.0.1:8501: connect: connection refused
  2154. [manager] Streamlit server consistently failed status checks
  2155. [manager] Please fix the errors, push an update to the git repo, or reboot the app.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement