mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
expand quickstart widget with cuda 11.1 and 11.2 (#7615)
This commit is contained in:
parent
e6b7600adf
commit
3e5bd5055e
|
@ -17,6 +17,8 @@ const CUDA = {
|
|||
'10.1': 'cuda101',
|
||||
'10.2': 'cuda102',
|
||||
'11.0': 'cuda110',
|
||||
'11.1': 'cuda111',
|
||||
'11.2': 'cuda112',
|
||||
}
|
||||
const LANG_EXTRAS = ['ja'] // only for languages with models
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user