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 ed8a5d1 commit 168953cCopy full SHA for 168953c
olmocr/check.py
@@ -27,7 +27,7 @@ def check_sglang_version():
27
sys.exit(1)
28
29
30
-def check_torch_gpu_available(min_gpu_memory: int = 20 * 1024**3):
+def check_torch_gpu_available(min_gpu_memory: int = 15 * 1024**3):
31
try:
32
import torch
33
except:
0 commit comments