File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111from dstack ._internal .cli .commands .delete import DeleteCommand
1212from dstack ._internal .cli .commands .fleet import FleetCommand
1313from dstack ._internal .cli .commands .gateway import GatewayCommand
14- from dstack ._internal .cli .commands .gpu import GpuCommand
1514from dstack ._internal .cli .commands .init import InitCommand
1615from dstack ._internal .cli .commands .logs import LogsCommand
1716from dstack ._internal .cli .commands .metrics import MetricsCommand
@@ -69,7 +68,6 @@ def main():
6968 FleetCommand .register (subparsers )
7069 GatewayCommand .register (subparsers )
7170 InitCommand .register (subparsers )
72- GpuCommand .register (subparsers )
7371 OfferCommand .register (subparsers )
7472 LogsCommand .register (subparsers )
7573 MetricsCommand .register (subparsers )
You can’t perform that action at this time.
0 commit comments