Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric error: connection not established #14

Open
Lime-Cakes opened this issue Feb 3, 2023 · 1 comment
Open

Fabric error: connection not established #14

Lime-Cakes opened this issue Feb 3, 2023 · 1 comment

Comments

@Lime-Cakes
Copy link

I got the following out of the blue while testing some code on free pod4 machines. After restarting machine, the same loading code seemed to run fine, being stable and produce inferenceModel that can be run and produce correct results.

  File "<ipython-input-10-d80f14a13956>", line 54, in restoreSavedModel
    inference_model.loadExecutable(
  File "/usr/local/lib/python3.8/dist-packages/poptorch/_impl.py", line 358, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/poptorch/_poplar_executor.py", line 1000, in loadExecutable
    self._on_device_attach()
  File "/usr/local/lib/python3.8/dist-packages/poptorch/_poplar_executor.py", line 383, in _on_device_attach
    self.copyWeightsToDevice()
  File "/usr/local/lib/python3.8/dist-packages/poptorch/_poplar_executor.py", line 562, in copyWeightsToDevice
    poptorch_core.copyWeightsToDevice_impl(self._executable,
poptorch.poptorch_core.UnrecoverableError: In unknown:0: 'poplar_unrecoverable_runtime_error': fabric_atomic_increment_hsp_register: Could not complete operation. Fabric error: connection not established: CONNECTION_KILL, device 3, IP 10.5.17.11:50052. IPUoF Server unreachable at 2023-02-03T15:32:48.181819Z
Error raised in:
  [0] copyWeightsToDevice
@payoto
Copy link
Contributor

payoto commented Feb 6, 2023

Hello @Lime-Cakes,
This issue is due to a problem with the machine. I will reach out to Paperspace Gradient to investigate which machine is affected but it would be very useful if you could contact their support with this error and provide them with the "notebook ID" if you still have it. The "notebook ID" can be found in your list of notebooks:

Screenshot 2023-02-06 at 12 10 50

Thanks for reporting this error,
Alexandre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants