mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Update LoRA finetuning code (#154)
* update lora tuning * updata lora fine-tuning code * update finetuning lora code * lora code * lora finetuning code * updating lora finetuning code * update lora finetuning code * Update Lora finetuning code * Update LoRA finetuning code * Update LoRA finetuning code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"fp16": {
|
||||
"enabled": false,
|
||||
"enabled": "auto",
|
||||
"loss_scale": 0,
|
||||
"loss_scale_window": 1000,
|
||||
"initial_scale_power": 16,
|
||||
@@ -9,7 +9,7 @@
|
||||
},
|
||||
|
||||
"bf16": {
|
||||
"enabled": true
|
||||
"enabled": "auto"
|
||||
},
|
||||
|
||||
"optimizer": {
|
||||
|
||||
Reference in New Issue
Block a user