Skip to content

Commit

Permalink
[ci] skip dashscope/resources/qwen.tiktoken not found
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Aug 29, 2024
1 parent 1f2d903 commit d3492a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dry_test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ def test_models_dry_run(run_evaluate, model, dataset, extra_args):
run_evaluate(["-m", model, "-d", dataset, "-b", "10", "--dry_run"] + extra_args, cuda=0)
except torch.cuda.OutOfMemoryError:
pytest.skip(f"Out of memory error on {model} {dataset}")
except FileNotFoundError:
pytest.skip(f"File not found error on {model} {dataset}")

0 comments on commit d3492a6

Please sign in to comment.