feat(03-01): add pynvml dependency for GPU monitoring
Some checks failed
Discord Webhook / git (push) Has been cancelled
Some checks failed
Discord Webhook / git (push) Has been cancelled
- Added pynvml>=11.0.0 to main dependencies - Enables NVIDIA GPU VRAM monitoring capabilities - Required for enhanced resource detection in Phase 3
This commit is contained in:
@@ -29,6 +29,7 @@ dependencies = [
|
||||
"psutil>=6.1.0",
|
||||
"pydantic>=2.10",
|
||||
"pyyaml>=6.0",
|
||||
"pynvml>=11.0.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user