...
The feature to have a local working space on interactive sessions that can be persisted like on the main HPCF may be implemented at a later stage
Known issues
Pytorch Initialisation errors - Address family not supported by protocol
When running Pytorch, you can safely ignore these warnings:
| No Format |
|---|
socket.cpp:755] [c10d] The client socket cannot be initialized to connect to [ag6-404]:15296 (errno: 97 - Address family not supported by protocol). |
Theyt are caused by PyTorch trying to connect via IPv6 before using IPv4. Since connecting via IPv6 is not possible, a harmeless warning is triggered.