We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0782a commit 3b2cba2Copy full SHA for 3b2cba2
benchmarks/backend_request_func.py
@@ -17,7 +17,7 @@
17
# NOTE(simon): do not import vLLM here so the benchmark script
18
# can run without vLLM installed.
19
20
-AIOHTTP_TIMEOUT = aiohttp.ClientTimeout(total=6 * 60 * 60)
+AIOHTTP_TIMEOUT = aiohttp.ClientTimeout(total=2 * 6 * 60 * 60)
21
22
23
@dataclass
0 commit comments