eeuuia commited on
Commit
e0c8878
·
verified ·
1 Parent(s): 29a6dd3

Rename api/gpu_manager.py to manager/gpu_manager.py

Browse files
Files changed (1) hide show
  1. {api → manager}/gpu_manager.py +1 -3
{api → manager}/gpu_manager.py RENAMED
@@ -1,8 +1,6 @@
1
- # FILE: api/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
- # 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