๐Ÿšฉ Report: Not working

#932
by Gertie01 - opened

Space failed. Exit code: 1. Reason: e above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/user/app/app.py", line 139, in
def inference(
File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 79, in GPU
return _GPU(task, duration)
File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 113, in _GPU
client.startup_report()
File "/usr/local/lib/python3.10/site-packages/spaces/zero/client.py", line 40, in startup_report
while (status := client.startup_report()) is httpx.codes.NOT_FOUND: # pragma: no cover
File "/usr/local/lib/python3.10/site-packages/spaces/zero/api.py", line 83, in startup_report
res = self.client.post('/startup-report')
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1145, in post
return self.request(
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 827, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 914, in send
response = self._send_handling_auth(
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 942, in _send_handling_auth
response = self._send_handling_redirects(
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 979, in _send_handling_redirects
response = self._send_single_request(request)
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1015, in _send_single_request
response = transport.handle_request(request)
File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 232, in handle_request
with map_httpcore_exceptions():
File "/usr/local/lib/python3.10/contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 86, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectTimeout: timed out

===== Application Startup at 2024-05-17 10:04:18 =====

The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling transformers.utils.move_cache().

0it [00:00, ?it/s]
0it [00:00, ?it/s]

Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s]

Loading pipeline components...: 40%|โ–ˆโ–ˆโ–ˆโ–ˆ | 2/5 [00:40<01:00, 20.21s/it]

Loading pipeline components...: 60%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ | 3/5 [00:51<00:32, 16.25s/it]
Loading pipeline components...: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 5/5 [00:51<00:00, 10.26s/it]

Sign up or log in to comment