Skip to content

Commit f1e1866

Browse files
authored
1 parent 1f19761 commit f1e1866

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/pkgci_regression_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686
with:
8787
repository: nod-ai/SHARK-TestSuite
88-
ref: f5615ab29da491c0047146258dfa3a0c40c735e5
88+
ref: 601db0e472600a94ddb69b37d05cd7d4a17f89b2
8989
path: SHARK-TestSuite
9090
submodules: false
9191
lfs: true

experimental/regression_suite/shark-test-suite-models/sd3/test_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464

6565
sd3_clip_mlir = fetch_source_fixture(
66-
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-prompt-encoder/model.mlirbc",
66+
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-prompt-encoder/model.mlir",
6767
group="sd3_clip",
6868
)
6969

experimental/regression_suite/shark-test-suite-models/sd3/test_mmdit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

5050
sd3_mmdit_mlir = fetch_source_fixture(
51-
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-mmdit/model.mlirbc",
51+
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-mmdit/model.mlir",
5252
group="sd3_mmdit",
5353
)
5454

experimental/regression_suite/shark-test-suite-models/sd3/test_vae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
sd3_vae_mlir = fetch_source_fixture(
36-
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-vae/model.mlirbc",
36+
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-vae/model.mlir",
3737
group="sd3_vae",
3838
)
3939

experimental/regression_suite/shark-test-suite-models/sdxl/test_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
)
5454

5555
sdxl_clip_mlir = fetch_source_fixture(
56-
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-prompt-encoder/model.mlirbc",
56+
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-prompt-encoder/model.mlir",
5757
group="sdxl_clip",
5858
)
5959

experimental/regression_suite/shark-test-suite-models/sdxl/test_unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
)
5353

5454
sdxl_unet_fp16_mlir = fetch_source_fixture(
55-
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-scheduled-unet/model.mlirbc",
55+
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-scheduled-unet/model.mlir",
5656
group="sdxl_unet_fp16",
5757
)
5858

experimental/regression_suite/shark-test-suite-models/sdxl/test_vae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
sdxl_vae_mlir = fetch_source_fixture(
36-
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-vae-decode/model.mlirbc",
36+
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-vae-decode/model.mlir",
3737
group="sdxl_vae",
3838
)
3939

third_party/llvm-project

Submodule llvm-project updated 1448 files

0 commit comments

Comments
 (0)