Skip to content

Commit b0a74bf

Browse files
tobiconcretevitamin
authored andcommitted
one byte fixing a5000 and a6000 on-prem (#2023)
one byte fixing a5000 and a6000 on prem
1 parent e46fcc0 commit b0a74bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/backends/onprem_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def get_local_cluster_accelerators(
278278
'A100',
279279
'1080',
280280
'2080',
281-
'A5000'
281+
'A5000',
282282
'A6000']
283283
accelerators_dict = {}
284284
for acc in all_accelerators:

0 commit comments

Comments
 (0)