Dekrikh

Results 7 comments of Dekrikh

@alexislefebvre Yes, the reason is that generating the table takes a significant amount of time. I measured the command's execution time using the following: Measure-Command { php bin/console --env=test doctrine:schema:update...

I chose simplicity a "DELETE FROM table_name" looping over all tables with a reset of AUTO_INCREMENT = 1; at each start of the test if someone has the same need,...

@alexislefebvre yes, that's a better idea.

> Try `chmod +x ./bin/main` Unfortunately i try chmod :c not resolved my problem.

> Try running `node scripts/startup.mjs` and make sure there aren't any errors. Llama.cpp's tcp_server is already built.

i don't have ./bin/main, is normal ? ``` error - unhandledRejection: Error: spawn ./bin/main ENOENT at __node_internal_captureLargerStackTrace (node:internal/errors:490:5) at __node_internal_errnoException (node:internal/errors:620:12) at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)...

> If you run `./bin/main --help` does that work? i use main of llama.cpp (https://github.com/ggerganov/llama.cpp) ./main -m ./models/7B/ggml-model-f16.bin --random-prompt is ok, generate a long text. usage: ./main [options] ``` options:...