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 ecabe2c commit 00225f0Copy full SHA for 00225f0
xinference/core/tests/test_worker.py
@@ -34,7 +34,7 @@ def __init__(
34
self._gpu_memory_info[gpu_idx] = {
35
"total": 24000,
36
"used": 0,
37
- "available": 24000
+ "available": 24000,
38
}
39
40
async def __post_create__(self):
0 commit comments