fix the grammar in logs/readme
Browse files- README.md +1 -1
- run-tiny-merge.py +1 -1
README.md
CHANGED
@@ -289,7 +289,7 @@ def run():
|
|
289 |
"""
|
290 |
run the merge and upload the model and tokenizer
|
291 |
|
292 |
-
This requires
|
293 |
set before it will work:
|
294 |
```huggingface-cli login```
|
295 |
"""
|
|
|
289 |
"""
|
290 |
run the merge and upload the model and tokenizer
|
291 |
|
292 |
+
This requires having the Hugging Face token
|
293 |
set before it will work:
|
294 |
```huggingface-cli login```
|
295 |
"""
|
run-tiny-merge.py
CHANGED
@@ -257,7 +257,7 @@ def run():
|
|
257 |
"""
|
258 |
run the merge and upload the model and tokenizer
|
259 |
|
260 |
-
This requires
|
261 |
set before it will work:
|
262 |
```huggingface-cli login```
|
263 |
"""
|
|
|
257 |
"""
|
258 |
run the merge and upload the model and tokenizer
|
259 |
|
260 |
+
This requires having the Hugging Face token
|
261 |
set before it will work:
|
262 |
```huggingface-cli login```
|
263 |
"""
|