gpt comments

This commit is contained in:
Manan17 2026-03-16 23:57:55 +00:00
commit 5c4ff32efc

View file

@ -83,6 +83,7 @@ def detect_hardware() -> DeviceType:
3. CPU (fallback)
"""
global DEVICE, CHAT_ONLY
CHAT_ONLY = True # reset — only CUDA sets it to False
# --- CUDA: try PyTorch ---
if _has_torch():