mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 00:55:21 -04:00
Async client can only process 2 instances at at time #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @b-Snaas on GitHub (Jun 27, 2024).
This is my testing script:
I have set my environment variable OLLAMA_NUM_PARALLEL=4 so it should be able to handle all instances at the same time. But for some reason it only processes 2 and waits for one to finish to process the next one.
Can it also be that my system is just not able to process more than 2 instances? Or is there something I am missing?
@taufiq-nlp commented on GitHub (Jan 26, 2026):
@b-Snaas have you found any solution?