Skip to content

Commit 34cab6a

Browse files
committed
uploads
1 parent f741516 commit 34cab6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/en/training/cogvideox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If you would like to push your model to the Hub after training is completed with
148148
hf auth login
149149

150150
# Alternatively, you could upload your model manually using:
151-
# huggingface-cli upload my-cool-account-name/my-cool-lora-name /path/to/awesome/lora
151+
# hf upload my-cool-account-name/my-cool-lora-name /path/to/awesome/lora
152152
```
153153

154154
Make sure your data is prepared as described in [Data Preparation](#data-preparation). When ready, you can begin training!

examples/cogvideo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If you would like to push your model to the HF Hub after training is completed w
128128
hf auth login
129129
130130
# Alternatively, you could upload your model manually using:
131-
# huggingface-cli upload my-cool-account-name/my-cool-lora-name /path/to/awesome/lora
131+
# hf upload my-cool-account-name/my-cool-lora-name /path/to/awesome/lora
132132
```
133133

134134
Make sure your data is prepared as described in [Data Preparation](#data-preparation). When ready, you can begin training!

0 commit comments

Comments
 (0)