eeuuia commited on
Commit
90c54c2
·
verified ·
1 Parent(s): a9f0d89

Update api/gpu_manager.py

Browse files
Files changed (1) hide show
  1. 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
  """