Skip to content

Commit

Permalink
update URL for 1.11 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie-fang-intel authored and ashahba committed Apr 1, 2022
1 parent 2a9bac5 commit 5fb39dc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/general/pytorch/BareMetalSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

### build pytorch and intel-pytorch-extension
git clone https://github.com/pytorch/pytorch.git pytorch
git checkout v1.10.0
git checkout release/1.11
git submodule sync
git submodule update --init --recursive
cd ..
git clone https://github.com/intel/intel-extension-for-pytorch.git ipex-cpu-dev
cd ipex-cpu-dev
git checkout release/1.10
git checkout release/1.11
git submodule sync
git submodule update --init --recursive
cd ../pytorch
Expand Down Expand Up @@ -53,3 +53,12 @@
cd vision
git checkout v0.8.0
python setup.py install

### build torch-ccl
cd ..
git clone https://github.com/intel/torch-ccl.git
cd torch-ccl
git checkout v1.11.0
git submodule sync
git submodule update --init --recursive
python setup.py install

0 comments on commit 5fb39dc

Please sign in to comment.