You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CPU build, I experienced this issue both here and in the llama.cpp version.
GGML is built for edge AI so resource constrained devices but Both in CLI and as python, even for a small text of say 64 tokens the code seems to run very slow when the RAM available is 10Gb or low but runs really FAST when with more RAM like 15-20GB. I used 6 threads. With less threads again things slow.
Something is wrong. Have you encountered this ?
The text was updated successfully, but these errors were encountered:
In CPU build, I experienced this issue both here and in the llama.cpp version.
GGML is built for edge AI so resource constrained devices but Both in CLI and as python, even for a small text of say 64 tokens the code seems to run very slow when the RAM available is 10Gb or low but runs really FAST when with more RAM like 15-20GB. I used 6 threads. With less threads again things slow.
Something is wrong. Have you encountered this ?
The text was updated successfully, but these errors were encountered: