Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 14, 2024
1 parent 5a31040 commit f2b59dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onnxruntime/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def test_load_model_from_hub_private(self):

if token is None:
self.skipTest(
"Test requires a read token for optimum-internal-testing in the environment variable `HF_HUB_READ_TOKEN`."
"Test requires a read access token for optimum-internal-testing in the environment variable `HF_HUB_READ_TOKEN`."
)

model = ORTModelForCustomTasks.from_pretrained(
Expand Down

0 comments on commit f2b59dd

Please sign in to comment.