We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setuptools
pkg_resources
1 parent 5f3ea22 commit 277e305Copy full SHA for 277e305
1 file changed
.github/workflows/pr_tests_gpu.yml
@@ -199,6 +199,11 @@ jobs:
199
200
- name: Install dependencies
201
run: |
202
+ # Install pkgs which depend on setuptools<81 for pkg_resources first with no build isolation
203
+ uv pip install pip==25.2 setuptools==80.10.2
204
+ uv pip install --no-build-isolation k-diffusion==0.0.12
205
+ uv pip install --upgrade pip setuptools
206
+ # Install the rest as normal
207
uv pip install -e ".[quality]"
208
uv pip install peft@git+https://github.com/huggingface/peft.git
209
uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
0 commit comments