with the pytorch operator.
I think we could try with alpaca now 🦙
The problems with rendezvous flakiness I mentioned in the call on Thursday were actually related to network config on my notebook (no ipv6 enabled).
[W socket.cpp:601] [c10d] The IPv6 network addresses of (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa, 49651) cannot be retrieved (gai error: 8 - nodename nor servname provided, or not known).
I have one question about the
execute
method I copied from
PythonFunctionTask
: We don’t need the else case here for dynamic even though the original docstring hints one should implement it as well, right?