matlok commited on
Commit
f9b2cd8
1 Parent(s): 8196639

fix the grammar in logs/readme

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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 running having the Hugging Face token
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 running having the Hugging Face token
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
  """