Why memory usage not change when add different input with GGML format #4054
Answered
by
KerfuffleV2
SiraHaruethaipree
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
KerfuffleV2
Nov 13, 2023
Replies: 1 comment 2 replies
-
I believe it just pre-allocates memory based on the max context size you set ( |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SiraHaruethaipree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe it just pre-allocates memory based on the max context size you set (
-c
). So it won't really matter too much how much of that your prompt consumes.