Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidates SD pipelines and adds support for sharktank unet. #766

Merged
merged 12 commits into from
Jul 10, 2024
2 changes: 1 addition & 1 deletion .github/workflows/test_shark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
version: [3.11]
os: [nodai-ubuntu-builder-large]
os: [nodai-amdgpu-mi250-x86-64]

runs-on: ${{matrix.os}}
steps:
Expand Down
4 changes: 3 additions & 1 deletion models/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
protobuf
shark-turbine @ git+https://github.com/iree-org/iree-turbine.git@main
gguf
transformers==4.37.1
torchsde
accelerate
Expand All @@ -12,3 +12,5 @@ azure-storage-blob
einops
pytest
scipy
shark-turbine @ git+https://github.com/iree-org/iree-turbine.git@main
sharktank @ git+https://github.com/nod-ai/sharktank@main#subdirectory=sharktank
Loading
Loading