Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Found some minor issues when trying to run a job with TonY runtime. We should document them in TonY's QuickStart.md
1. There's seems no command flag "–container_resources" supported, we should remove it in the section "Get the training examples".
2. It should mention where can the user get the tony CLI, it seems there's no 0.3.2 release yet so the user may build it by themselves.
3. After the TonY's CLI jar is built, it complains with "NoSuchMethodError:com.google.common.base.Preconditions.checkArgument" when running which fails the AM directly. After I changed the guava version to the same with Hadoop (27.0-jre), the job can succeed.
4. There's no PyTorch example command there. We should add it.
Could you please help with this? oliverhuhuhu@gmail.com