Always disable bfloat16 in default webui setting

This commit is contained in:
litagin02
2024-02-08 11:11:25 +09:00
parent 7410dac7c7
commit 871414b579
2 changed files with 2 additions and 17 deletions

View File

@@ -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,