mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 03:20:26 +00:00
fix: remove schedule
This commit is contained in:
@@ -35,14 +35,5 @@
|
|||||||
],
|
],
|
||||||
"eps": 1e-08
|
"eps": 1e-08
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"scheduler": {
|
|
||||||
"type": "WarmupLR",
|
|
||||||
"params": {
|
|
||||||
"warmup_min_lr": 0,
|
|
||||||
"warmup_max_lr": "auto",
|
|
||||||
"warmup_num_steps": "auto",
|
|
||||||
"warmup_type": "linear"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user