Skip to content

Commit 9129fd0

Browse files
authored
transformers-cli login => huggingface-cli login (#18490)
* zero chance anyone's using that constant no? * `transformers-cli login` => `huggingface-cli login` * `transformers-cli repo create` => `huggingface-cli repo create` * `make style`
1 parent 8d1f903 commit 9129fd0

File tree

64 files changed

+72
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+72
-75
lines changed

examples/flax/image-captioning/run_image_captioning_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class ModelArguments:
186186
default=False,
187187
metadata={
188188
"help": (
189-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
189+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
190190
"with private models)."
191191
)
192192
},

examples/flax/language-modeling/run_bart_dlm_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ModelArguments:
172172
default=False,
173173
metadata={
174174
"help": (
175-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
175+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
176176
"with private models)."
177177
)
178178
},

examples/flax/language-modeling/run_clm_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ModelArguments:
173173
default=False,
174174
metadata={
175175
"help": (
176-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
176+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
177177
"with private models)."
178178
)
179179
},

examples/flax/language-modeling/run_mlm_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ModelArguments:
172172
default=False,
173173
metadata={
174174
"help": (
175-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
175+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
176176
"with private models)."
177177
)
178178
},

examples/flax/language-modeling/run_t5_mlm_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ModelArguments:
172172
default=False,
173173
metadata={
174174
"help": (
175-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
175+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
176176
"with private models)."
177177
)
178178
},

examples/flax/question-answering/run_qa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class ModelArguments:
159159
default=False,
160160
metadata={
161161
"help": (
162-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
162+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
163163
"with private models)."
164164
)
165165
},

examples/flax/summarization/run_summarization_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class ModelArguments:
186186
default=False,
187187
metadata={
188188
"help": (
189-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
189+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
190190
"with private models)."
191191
)
192192
},

examples/flax/text-classification/run_flax_glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ModelArguments:
105105
default=False,
106106
metadata={
107107
"help": (
108-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
108+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
109109
"with private models)."
110110
)
111111
},

examples/flax/token-classification/run_flax_ner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class ModelArguments:
153153
default=False,
154154
metadata={
155155
"help": (
156-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
156+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
157157
"with private models)."
158158
)
159159
},

examples/flax/vision/run_image_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class ModelArguments:
162162
default=False,
163163
metadata={
164164
"help": (
165-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
165+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
166166
"with private models)."
167167
)
168168
},

0 commit comments

Comments
 (0)