sdxl also run with cached search (#10546)

This commit is contained in:
chenyu
2025-05-28 06:51:56 -04:00
committed by GitHub
parent fffdc4d31c
commit 23e41f523a

View File

@@ -16,6 +16,9 @@ jobs:
uses: actions/checkout@v4
- name: Remove amdgpu
run: sudo rmmod amdgpu || true
- name: Run SDXL
- name: Run SDXL with new search
run: |
BENCHMARK_LOG=search_sdxl PYTHONPATH=. AMD=1 JITBEAM=2 IGNORE_BEAM_CACHE=1 python examples/sdxl.py --noshow --timing --seed 0
- name: Run SDXL with cached search
run: |
BENCHMARK_LOG=search_sdxl_cached PYTHONPATH=. AMD=1 JITBEAM=2 python examples/sdxl.py --noshow --timing --seed 0