You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Oct 7 our CI jobs on the main branch have been reliably red because everytime we download pytorch we run into this issue
This is a CDN issue that is out of control but escalated this interally
+ conda run -p /__w/_temp/conda_environment_11300887954 pip install torch --pre --index-url https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cpu
ERROR conda.cli.main_run:execute(41): `conda run pip install torch --pre --index-url [https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cpu`](https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cpu%60) failed. (See above for error)
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
ERROR: Wheel 'torch' located at /tmp/pip-unpack-nzix8h63/torch-2.6.0.dev20241011_cpu-cp310-cp310-linux_x86_64.whl is invalid.
Looking in indexes: https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cpu
Collecting torch
Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cpu/torch-2.6.0.dev20241011%2Bcpu-cp310-cp310-linux_x86_64.whl (175.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.2/175.0 MB 62.5 MB/s eta 0:00:01
The text was updated successfully, but these errors were encountered:
* Initial add of distributed model
Use parallelize_module in model
[ghstack-poisoned]
* Update on "Initial add of distributed model"
Use `parallelize_module` in model.
Added files:
`model_dist.py`: a mirror of model.py with Tensor Parallelism baked in.
`dist_run.py`: toy example of how to run the model in distributed way.
Test:
`torchrun --nproc-per-node 2 dist_run.py`
[ghstack-poisoned]
* Update on "Initial add of distributed model"
Use `parallelize_module` in model.
Added files:
`model_dist.py`: a mirror of model.py with Tensor Parallelism baked in.
`dist_run.py`: toy example of how to run the model in distributed way.
Test:
`torchrun --nproc-per-node 2 dist_run.py`
[ghstack-poisoned]
Since Oct 7 our CI jobs on the main branch have been reliably red because everytime we download pytorch we run into this issue
This is a CDN issue that is out of control but escalated this interally
The text was updated successfully, but these errors were encountered: