Skip to content

Commit

Permalink
workaround for compile example failure (#3190)
Browse files Browse the repository at this point in the history
Co-authored-by: udaij12 <32673964+udaij12@users.noreply.github.com>
  • Loading branch information
agunapal and udaij12 committed Jun 12, 2024
1 parent d622230 commit 9099073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/pytest/test_example_torch_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ def test_torch_compile_inference(chdir_example):

labels = list(result[0].keys())

assert labels == EXPECTED_RESULTS
# Checking sorted list as a workarfound for https://github.com/pytorch/serve/issues/3189
assert sorted(labels) == sorted(EXPECTED_RESULTS)

0 comments on commit 9099073

Please sign in to comment.