Always disable bfloat16 in default webui setting
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"betas": [0.8, 0.99],
|
||||
"eps": 1e-9,
|
||||
"batch_size": 4,
|
||||
"bf16_run": true,
|
||||
"bf16_run": false,
|
||||
"lr_decay": 0.99995,
|
||||
"segment_size": 16384,
|
||||
"init_lr_ratio": 1,
|
||||
|
||||
Reference in New Issue
Block a user