Skip to content

Commit

Permalink
sdxl CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Nov 20, 2024
1 parent 97c7af5 commit a33244c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_sdxl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDXL Hourly
name: SDXL E2E Pipeline CI

on:
workflow_dispatch:
Expand Down Expand Up @@ -63,17 +63,17 @@ jobs:
- name: Build IREE
run: |
cd $GITHUB_WORKSPACE/iree
python3.11 -m venv iree_venv
source iree_venv/bin/activate
pip install --upgrade pip
pip install -r runtime/bindings/python/iree/runtime/build_requirements.txt
cd $GITHUB_WORKSPACE/iree
git submodule update --init
cmake -S . -B build-release \
-G Ninja -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=`which clang` -DCMAKE_CXX_COMPILER=`which clang++` \
-DIREE_HAL_DRIVER_CUDA=OFF \
-DIREE_EXTERNAL_HAL_DRIVERS="rocm" \
-DIREE_HAL_DRIVER_HIP=ON \
-DIREE_BUILD_PYTHON_BINDINGS=ON \
-DPython3_EXECUTABLE="$(which python3)"
export PATH="$GITHUB_WORKSPACE/iree/build-release/tools:$PATH"
Expand Down

0 comments on commit a33244c

Please sign in to comment.