Replies: 1 comment 2 replies
-
|
What is your hardware? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I normally use
-np 1because of memory constraints but switched to-np 2for a session that was using parallel subagents. I noticed when restoring the session with-np 2, prefill took half as much time.With
-np 1it takes 79.25s to process 41%With
-np 2that drops to 33.65sIs this something that can be split out from the
-npbehavior to avoid splitting up the context size?Beta Was this translation helpful? Give feedback.
All reactions