runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.44.0, however version 4.44.1 is available, please upgrade. -------- warnings.warn( You're using a PreTrainedTokenizerFast tokenizer. Please note that with a fast tokenizer, using the `__call__` method is faster than using a method to encode the text followed by a call to the `pad` method to get a padded encoding. Traceback (most recent call last): File "/home/user/app/app.py", line 281, in <module> gradio_interface() File "/home/user/app/app.py", line 265, in gradio_interface prob_img, rank_img = submit_prompts(model_dropdown.value, prompts) File "/home/user/app/app.py", line 201, in submit_prompts lens_output = run_lens(llama, prompt) File "/home/user/app/app.py", line 52, in run_lens with model.trace(input_ids, remote=True) as runner: File "/usr/local/lib/python3.10/site-packages/nnsight/contexts/Tracer.py", line 102, in __exit__ super().__exit__(exc_type, exc_val, exc_tb) File "/usr/local/lib/python3.10/site-packages/nnsight/contexts/GraphBasedContext.py", line 217, in __exit__ self.backend(self) File "/usr/local/lib/python3.10/site-packages/nnsight/contexts/backends/RemoteBackend.py", line 107, in __call__ self.blocking_request(request) File "/usr/local/lib/python3.10/site-packages/nnsight/contexts/backends/RemoteBackend.py", line 257, in blocking_request sio.connect( File "/usr/local/lib/python3.10/site-packages/socketio/simple_client.py", line 82, in connect self.client.connect(url, headers=headers, auth=auth, File "/usr/local/lib/python3.10/site-packages/socketio/client.py", line 159, in connect raise exceptions.ConnectionError(exc.args[0]) from None socketio.exceptions.ConnectionError: Connection error
Container logs:
Fetching error logs...