We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbd23e commit 9588f19Copy full SHA for 9588f19
common/train.cpp
@@ -1052,7 +1052,7 @@ struct train_params_common get_default_train_params_common() {
1052
1053
params.custom_n_ctx = false;
1054
1055
- params.use_flash = true;
+ params.use_flash = false;
1056
params.use_checkpointing = true;
1057
1058
params.sample_start = "";
examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
@@ -774,7 +774,7 @@ static struct train_params get_default_train_params() {
774
775
params.samples_start_after_nl = false;
776
params.use_adam = true;
777
778
params.use_scratch = true;
779
780
// only adam
0 commit comments