Extract only the generation from calling make #1644
tapizquent
started this conversation in
General
Replies: 1 comment
-
Except maybe for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running a command like this:
arch -arm64 make -j && ./main -m ./models/open_llama_7b_700bt_ggml/ggml-model-q8_0.bin -p "A carpenter might cut some" -n 128
The output returns a bunch of information, that although great, might not be important for the end user.
ex:
How can I parse, split that out? Is there any way to do so with a flag?
Beta Was this translation helpful? Give feedback.
All reactions