@@ -345,7 +345,7 @@ conda activate torchdynamo
345345# for CUDA version, replace `cpuonly` with `cudatoolkit=11.3`
346346conda install pytorch torchvision torchaudio torchtext cpuonly -c pytorch-nightly
347347
348- git clone [email protected] :facebookresearch /torchdynamo.git 348+ git clone [email protected] :pytorch /torchdynamo.git 349349cd torchdynamo
350350pip install -r requirements.txt
351351
@@ -381,10 +381,10 @@ make lint-deps
381381
382382## Tests
383383
384- [ ![ Test Python 3.7] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py37.yml/badge.svg )] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py37.yml )
385- [ ![ Test Python 3.8] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py38.yml/badge.svg )] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py38.yml )
386- [ ![ Test Python 3.9] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py39.yml/badge.svg )] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py39.yml )
387- [ ![ Test Python 3.10] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py310.yml/badge.svg )] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/test-py39.yml )
384+ [ ![ Test Python 3.7] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py37.yml/badge.svg )] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py37.yml )
385+ [ ![ Test Python 3.8] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py38.yml/badge.svg )] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py38.yml )
386+ [ ![ Test Python 3.9] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py39.yml/badge.svg )] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py39.yml )
387+ [ ![ Test Python 3.10] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py310.yml/badge.svg )] ( https://github.com/pytorch /torchdynamo/actions/workflows/test-py39.yml )
388388
389389Run tests with
390390``` shell
@@ -430,7 +430,7 @@ generate `*.csv` files. See `./torchbench.py --help` for more options.
430430
431431## Linting and Automatic Code Formatting
432432
433- [ ![ Lint] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/lint.yml/badge.svg )] ( https://github.com/facebookresearch /torchdynamo/actions/workflows/lint.yml )
433+ [ ![ Lint] ( https://github.com/pytorch /torchdynamo/actions/workflows/lint.yml/badge.svg )] ( https://github.com/pytorch /torchdynamo/actions/workflows/lint.yml )
434434[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
435435[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
436436
0 commit comments