Spaces:
Paused
Paused
Rename api/gpu_manager.py to manager/gpu_manager.py
Browse files
{api → manager}/gpu_manager.py
RENAMED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
# FILE:
|
| 2 |
# DESCRIPTION: A hardware-aware, service-agnostic GPU allocator for the ADUC-SDR suite.
|
| 3 |
# This module inspects available GPUs and partitions them according to a predefined
|
| 4 |
-
# strategy for LTX, SeedVR, and VINCIE services without importing them, thus
|
| 5 |
-
# preventing circular dependencies.
|
| 6 |
|
| 7 |
import os
|
| 8 |
import torch
|
|
|
|
| 1 |
+
# FILE: manager/gpu_manager.py
|
| 2 |
# DESCRIPTION: A hardware-aware, service-agnostic GPU allocator for the ADUC-SDR suite.
|
| 3 |
# This module inspects available GPUs and partitions them according to a predefined
|
|
|
|
|
|
|
| 4 |
|
| 5 |
import os
|
| 6 |
import torch
|