Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEle committed Dec 23, 2024
1 parent 2497d07 commit 3a1df74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
- cron: '0 16 * * 5'
workflow_dispatch:
inputs:
pytorch_repo:
required: false
type: string
default: 'https://github.com/pytorch/pytorch.git'
description: Pytorch repo
pytorch:
required: false
type: string
Expand Down Expand Up @@ -107,8 +112,8 @@ jobs:
pwd
cd ../ && rm -rf pytorch
source activate e2e_ci
git clone https://github.com/DDEle/pytorch
cd pytorch && git checkout onednn_graph_sdpa
git clone ${{ inputs.pytorch_repo }} pytorch
cd pytorch && git checkout $(echo ${{ env.pytorch }} |awk '{print $1}')
# apply PRs for stock pytorch
pip install requests
pip install botocore
Expand Down

0 comments on commit 3a1df74

Please sign in to comment.