runtime error
Exit code: 1. Reason: Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. Traceback (most recent call last): File "/app/app.py", line 123, in <module> _boot_llama() File "/app/app.py", line 86, in _boot_llama _llama_cmd(path, port), ^^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 77, in _llama_cmd server = shutil.which("llama-server") or _fetch_llama_server() ^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 52, in _fetch_llama_server rel = _json.loads(urllib.request.urlopen( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 563, in error return self._call_chain(*args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/usr/local/lib/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: rate limit exceeded
Container logs:
Fetching error logs...