Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
PaliC committed Sep 27, 2024
1 parent 046cadb commit 6d87f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/inductor-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git clone https://github.com/triton-lang/triton.git
pushd triton
echo "Checking out triton branch or commit"
git checkout ${{ github.event.inputs.triton_pin || 'main' }}
git checkout ${{ inputs.triton_pin || 'main' }}
sudo yum install -y zlib-devel
echo "Installing build-time dependencies"
pip install ninja==1.11.1.1 cmake==3.30.2 wheel==0.44.0
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
git clone https://github.com/pytorch/pytorch.git
pushd pytorch
echo "Checking out pytorch branch or commit"
git checkout ${{ github.event.inputs.pytorch_pin || 'main' }}
git checkout ${{ inputs.pytorch_pin || 'main' }}
git submodule sync
git submodule update --init --recursive
pip install -r requirements.txt
Expand Down

0 comments on commit 6d87f53

Please sign in to comment.