Skip to content

Commit

Permalink
Consolidates SD pipelines and adds support for sharktank unet. (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Jul 10, 2024
1 parent 79a094f commit d534cd4
Show file tree
Hide file tree
Showing 27 changed files with 1,939 additions and 1,922 deletions.
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

0 comments on commit d534cd4

Please sign in to comment.