aiaicode
aiaicode
I get the same error even on a CPU. I picked up an earlier code from April and it works fine but the new code does not. @asctime which ggml...
> ``` > ./main --help > --log-disable Disable trace logs > --log-file Specify a log filename (without extension) > ``` Wouldn't it be better to disable it by default.
> > Wouldn't it be better to disable it by default. > > In some cases it is better, in some cases it is not. I prefer to be enabled...
> @aiaicode It depends on you viewpoint of the `main` program: is it a complete software or a testbed? > > For us, `main` is more like a test implementation...