Upload lora-scripts/resize.ps1 with huggingface_hub
Browse files- lora-scripts/resize.ps1 +1 -1
lora-scripts/resize.ps1
CHANGED
|
@@ -29,7 +29,7 @@ if ($dynamic_param) {
|
|
| 29 |
}
|
| 30 |
|
| 31 |
# run resize
|
| 32 |
-
accelerate launch --num_cpu_threads_per_process=8 "./
|
| 33 |
--save_precision=$save_precision `
|
| 34 |
--new_rank=$new_rank `
|
| 35 |
--model=$model `
|
|
|
|
| 29 |
}
|
| 30 |
|
| 31 |
# run resize
|
| 32 |
+
accelerate launch --num_cpu_threads_per_process=8 "./scripts/networks/resize_lora.py" `
|
| 33 |
--save_precision=$save_precision `
|
| 34 |
--new_rank=$new_rank `
|
| 35 |
--model=$model `
|