expand quickstart widget with cuda 11.1 and 11.2 (#7615)

This commit is contained in:
Sofie Van Landeghem 2021-04-08 12:25:42 +02:00 committed by svlandeg
parent 13949e9f9b
commit fd6eebbfdc

View File

@ -17,6 +17,8 @@ const CUDA = {
'10.1': 'cuda101', '10.1': 'cuda101',
'10.2': 'cuda102', '10.2': 'cuda102',
'11.0': 'cuda110', '11.0': 'cuda110',
'11.1': 'cuda111',
'11.2': 'cuda112',
} }
const LANG_EXTRAS = ['ja'] // only for languages with models const LANG_EXTRAS = ['ja'] // only for languages with models