mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
expand quickstart widget with cuda 11.1 and 11.2 (#7615)
This commit is contained in:
parent
13949e9f9b
commit
fd6eebbfdc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user