llama/ex: remove --logdir argument (#10339)

This commit is contained in:
Johannes Gäßler
2024-11-16 23:00:41 +01:00
committed by GitHub
parent db4cfd5dbc
commit 4e54be0ec6
10 changed files with 0 additions and 547 deletions

View File

@ -1244,8 +1244,6 @@ extern "C" {
LLAMA_API void llama_perf_sampler_print(const struct llama_sampler * chain);
LLAMA_API void llama_perf_sampler_reset( struct llama_sampler * chain);
LLAMA_API void llama_perf_dump_yaml(FILE * stream, const struct llama_context * ctx);
#ifdef __cplusplus
}
#endif