File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
# The list is simply an optimization to short-circuit the search in the catalog.
13
13
# If the name is not found in the list, it will be searched in the catalog
14
14
# with its case being ignored. If a match is found, the name will be
15
- # canonicalized to that in the catalog.
15
+ # canonicalized to that in the catalog. Note that this lookup can be an
16
+ # expensive operation, as it requires reading the catalog or making external
17
+ # API calls (such as for Kubernetes). Thus it is desirable to keep this list
18
+ # up-to-date with commonly used accelerators.
16
19
# 3. (For SkyPilot dev) What to do if I want to add a new accelerator?
17
20
# Append its case-sensitive canonical name to this list. The name must match
18
21
# `AcceleratorName` in the service catalog, or what we define in
37
40
'P40' ,
38
41
'Radeon MI25' ,
39
42
'P4' ,
43
+ 'L4' ,
40
44
]
41
45
42
46
You can’t perform that action at this time.
0 commit comments