This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 801
where is _round_robin_process_groups? #1232
Comments
jiangxiluning
changed the title
whese is _round_robin_process_groups?
where is _round_robin_process_groups?
Jan 19, 2020
diff was 151be72, either @chenyangyu1988 or the pytorch docs might be able to help further. |
my pytorch is 1.3.1, but I cannnot fund _round_robin_process_groups method. |
@chenyangyu1988 you actually import '_round_robin_process_groups' from torch, but indeed it dosenot exist.
|
It's available on unstable. If PyText supports 1.3.1, it should gracefully degrade if it can't find the function. |
so which pytorch version should I use ? @pietern @chenyangyu1988 |
It's in the nightly releases and perhaps also in 1.4 (not sure). See pytorch/pytorch@0282c5a for the commit. |
@pietern 1.4.0 does not have it. How could pytext release include this unstable feature ??? And even make any suggestion ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pytext/pytext/utils/distributed.py
Line 42 in 7d38355
The text was updated successfully, but these errors were encountered: