Replies: 1 comment 1 reply
-
|
The dramatic difference in response times for the same query in a cloned version of privateGPT with a default .env file could be due to several factors: Possible server loadIf the cloned instance is running on a server with other concurrent processes or possibly facing slow or high load, it could affect the response times. Resource usageDepending on the current resource usage on your computer, such as CPU and GPU utilization, the response times may vary. Running background tasks that consume resources can also impact response times. Network latency Caching Random initialization System updates To narrow down the possible causes, monitor system resources during query executions, check for network connectivity and latency issues, and review any logs or error messages from the cloned instance to identify potential bottlenecks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a 8 core, i7, 32GB laptop with NVIDIA GeForce GTX 1060 6GB graphics card.
My os is Ubuntu 22.04. Python 3.10.11.
I try a clone of privateGPT with default .env file.
I try the same query to be answered. The answers mostly are different. That might be acceptable. But the completion time of the same query differs too much. It sometines is completed around 100 seconds, but sometimes the same query is responded after 500 seconds.
What might be the reason for such a dramatic difference?
Beta Was this translation helpful? Give feedback.
All reactions