Junpu Fan
Junpu Fan
Your issue may already be reported! Please search on the [issue tracker](https://github.com/pytorch/examples/issues) before creating one. ## Context * Pytorch version: 2.2.0 * Operating System and version: Ubuntu 20.04 ## Your...
I'm using [dependency-check==0.6.0](https://pypi.org/project/dependency-check/0.6.0/) from pypi to perform a scan with command`dependency-check --scan /my/scan/path --format JSON`. The scan process seems to be finished because `dependency-check-report.json` was generated, but the running process...
Hi PyTorch builders, My team is building pytorch related conda packages regularly and would want to leverage this infrastructure. However the current `--channel` (or `CHANNEL` environment variable) flag only allow...
*GitHub Issue #, if available:* **Note**: - If merging this PR should also close the associated Issue, please also add that Issue # to the Linked Issues section on the...
*GitHub Issue #, if available:* **Note**: - If merging this PR should also close the associated Issue, please also add that Issue # to the Linked Issues section on the...
The script [setup_conda_env.sh](https://github.com/aws-samples/awsome-distributed-training/blob/main/3.test_cases/17.SM-modelparallelv2/setup_conda_env.sh) for 17.SM-modelparallelv2 test case contains problematic code detailed below: 1. hardcoded MAX_JOBS=64, this will cause the smaller EC2 to fail to respond. Recommend to change to `MAX_JOBS=$(nproc)`...
*Issue #, if available:* #444 *Description of changes:* The AWS PyTorch Conda channel is being deprecated, future development will be stopped, so removing the usage of it. --- ### Testing...