Skip to content

Commit

Permalink
update yml and remove the weight fixture until required
Browse files Browse the repository at this point in the history
Signed-off-by: dan <[email protected]>
  • Loading branch information
dan-garvey committed Nov 26, 2024
1 parent 98cdd22 commit 6e305dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ jobs:
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}

- name: "Running SD3 special model tests"
- name: "Running llama special model tests"
if: "!cancelled()"
run: |
source ${VENV_DIR}/bin/activate
pytest ./experimental/regression_suite/shark-test-suite-models/sd3 \
pytest ./experimental/regression_suite/shark-test-suite-models/llama \
-k ${{ matrix.backend }} \
-rpfE \
--capture=no \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
###############################################################################
# Fixtures
###############################################################################
llama_real_weights = fetch_source_fixture(
"https://sharkblobs.blob.core.windows.net/halo-models/llm-dev/llama3_8b/8b_f16.irpa",
group="llama_fp16_8b",
)

llama_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/halo-models/llm-dev/llama3_8b/8b_f16_decomposed_11_22.mlir",
group="llama_fp16_8b",
Expand Down

0 comments on commit 6e305dc

Please sign in to comment.