Skip to content

Commit

Permalink
Add diffusers dependencies for the SD cache CI (#687)
Browse files Browse the repository at this point in the history
add diffusers dependencies
  • Loading branch information
JingyaHuang committed Sep 3, 2024
1 parent 4b25c27 commit 088ec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inference_cache_stable_diffusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install optimum neuron
run: |
source aws_neuron_venv_pytorch/bin/activate
python -m pip install .[neuronx]
python -m pip install .[neuronx,diffusers]
- name: Create cache for ${{matrix.config}} models
run: |
source aws_neuron_venv_pytorch/bin/activate
Expand Down

0 comments on commit 088ec53

Please sign in to comment.