Skip to content

Commit 803f9b0

Browse files
committed
Disabled vlm_ptq tests
Signed-off-by: realAsma <[email protected]>
1 parent 4320a05 commit 803f9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
example: [llm_ptq, vlm_ptq]
96+
example: [llm_ptq] # vlm_ptq temporarily disabled due to pipeline error
9797
uses: ./.github/workflows/_example_tests_runner.yml
9898
secrets: inherit
9999
with:

0 commit comments

Comments
 (0)