refactor(management): replace curses TUIs with API-backed ncp subcommands; panel/autostart/install integration
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Regular → Executable
+1
-1
@@ -4,7 +4,7 @@ import re, subprocess, sys
|
||||
from pathlib import Path
|
||||
|
||||
NEXUS_ROOT = Path.home() / "nexus-core"
|
||||
NVIDIA_REQS = NEXUS_ROOT / "nvidia_requirements.txt"
|
||||
NVIDIA_REQS = NEXUS_ROOT / "requirements-nvidia.txt"
|
||||
|
||||
CUDA_TO_WHEEL = [
|
||||
((12, 8), "cu128"),
|
||||
|
||||
Reference in New Issue
Block a user