7 lines
171 B
Bash
7 lines
171 B
Bash
swift export \
|
|
--adapters output/vx-xxx/checkpoint-xxx \
|
|
--push_to_hub true \
|
|
--hub_model_id '<model-id>' \
|
|
--hub_token '<sdk-token>' \
|
|
--use_hf false
|