MCPcopy Create free account
hub / github.com/antirez/ds4 / history_file_path

Function history_file_path

ds4_cli.c:982–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980 free(live_logits);
981 free(fresh_logits);
982 return 1;
983 }
984 ds4_session_set_progress(live, NULL, NULL);
985 ds4_session_set_display_progress(live, NULL, NULL);
986
987 fprintf(stderr, "ds4: decode-consistency prompt_tokens=%d check_after=%d\n",
988 prompt->len, cfg->gen.decode_consistency_tokens);
989 for (int i = 0; i < cfg->gen.decode_consistency_tokens; i++) {

Callers 1

run_replFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected