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 8d7e61f commit 2f0b30dCopy full SHA for 2f0b30d
examples/training/finetune.cpp
@@ -16,7 +16,6 @@
16
int main(int argc, char ** argv) {
17
common_params params;
18
19
- params.logits_all = true;
20
params.escape = false;
21
22
if (!common_params_parse(argc, argv, params, LLAMA_EXAMPLE_PERPLEXITY)) {
0 commit comments