Add cuda feature

This commit is contained in:
Louis Dureuil
2024-01-07 21:27:29 +01:00
parent 262b20fdba
commit 84f49d76cd
3 changed files with 25 additions and 1 deletions

View File

@ -137,3 +137,6 @@ greek = ["charabia/greek"]
# allow khmer specialized tokenization
khmer = ["charabia/khmer"]
# allow CUDA support
cuda = ["candle-core/cuda"]