Spaces:
Paused
Paused
Update api/gpu_manager.py
Browse files- api/gpu_manager.py +1 -0
api/gpu_manager.py
CHANGED
|
@@ -8,6 +8,7 @@ import os
|
|
| 8 |
import torch
|
| 9 |
import math
|
| 10 |
import logging
|
|
|
|
| 11 |
|
| 12 |
class GPUManager:
|
| 13 |
"""
|
|
|
|
| 8 |
import torch
|
| 9 |
import math
|
| 10 |
import logging
|
| 11 |
+
from typing import List
|
| 12 |
|
| 13 |
class GPUManager:
|
| 14 |
"""
|