Skip to content

Commit

Permalink
tried to fix path in sharktank
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <eljoseph@amd.com>
  • Loading branch information
Elias Joseph committed Feb 21, 2025
1 parent 2e70e71 commit b6a53d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,13 @@ jobs:
--with-flux-data \
--with-vae-data \
--with-quark-data \
sharktank/tests/models/clip/clip_test.py \
sharktank/tests/models/t5/t5_test.py \
sharktank/tests/models/flux/flux_test.py \
sharktank/tests/models/vae/vae_test.py \
sharktank/tests/models/llama/quark_parity_test.py \
--durations=0 \
--timeout=300
--timeout=10000
# TODO: add back
# --with-t5-data \
# when #888 is resolved
Expand Down

0 comments on commit b6a53d7

Please sign in to comment.