mirror of https://github.com/llvm/torch-mlir
Remove CI pinning.
parent
93816ee21a
commit
7c788dbfec
|
@ -20,7 +20,7 @@ jobs:
|
|||
python -m pip install -r $GITHUB_WORKSPACE/external/llvm-project/mlir/python/requirements.txt
|
||||
- name: Install pytorch_nightly depends
|
||||
run: |
|
||||
python -m pip install --pre 'torch==1.10.0.dev20210630+cpu' 'torchvision==0.11.0.dev20210630+cpu' -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
python -m pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
- name: Install Ninja
|
||||
uses: llvm/actions/install-ninja@55d844821959226fab4911f96f37071c1d4c3268
|
||||
- name: Get Submodule Hash
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
submodules: 'true'
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install --pre 'torch==1.10.0.dev20210630+cpu' 'torchvision==0.11.0.dev20210630+cpu' -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
python -m pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
python -m pip install wheel
|
||||
- name: Install Ninja
|
||||
uses: llvm/actions/install-ninja@55d844821959226fab4911f96f37071c1d4c3268
|
||||
|
|
Loading…
Reference in New Issue