We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6cd15 commit 456f790Copy full SHA for 456f790
tests/fixtures/hub.py
@@ -9,9 +9,9 @@
9
from huggingface_hub.hf_api import HfApi, RepositoryNotFoundError
10
11
12
-CI_HUB_USER = "DSUser"
13
-CI_HUB_USER_FULL_NAME = "Dummy Datasets User"
14
-CI_HUB_USER_TOKEN = "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"
+CI_HUB_USER = "__DUMMY_TRANSFORMERS_USER__"
+CI_HUB_USER_FULL_NAME = "Dummy User"
+CI_HUB_USER_TOKEN = "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"
15
16
CI_HUB_ENDPOINT = "https://hub-ci.huggingface.co"
17
CI_HUB_DATASETS_URL = CI_HUB_ENDPOINT + "/datasets/{repo_id}/resolve/{revision}/{path}"
0 commit comments