File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/dstack/_internal/core/backends/kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import threading
55import time
66from enum import Enum
7- from typing import Optional
7+ from typing import List , Optional
88
99from gpuhunt import KNOWN_AMD_GPUS , KNOWN_NVIDIA_GPUS , AcceleratorVendor
1010from kubernetes import client
5050 Resources ,
5151 SSHConnectionParams ,
5252)
53- from dstack ._internal .core .models .routers import AnyRouterConfig
5453from dstack ._internal .core .models .placement import PlacementGroup
5554from dstack ._internal .core .models .resources import CPUSpec , GPUSpec , Memory
55+ from dstack ._internal .core .models .routers import AnyRouterConfig
5656from dstack ._internal .core .models .runs import Job , JobProvisioningData , Requirements , Run
5757from dstack ._internal .core .models .volumes import Volume
5858from dstack ._internal .utils .common import get_or_error , parse_memory
You can’t perform that action at this time.
0 commit comments