rocm linux support

This commit is contained in:
flavio 2024-05-31 09:58:48 +02:00
parent e6271bf0f3
commit 41d909f5ef
4 changed files with 36 additions and 0 deletions

View file

@ -28,6 +28,7 @@ default = []
raw-api = []
coreml = ["whisper-rs-sys/coreml"]
cuda = ["whisper-rs-sys/cuda", "_gpu"]
hipblas = ["whisper-rs-sys/hipblas", "_gpu"]
opencl = ["whisper-rs-sys/opencl"]
openblas = ["whisper-rs-sys/openblas"]
metal = ["whisper-rs-sys/metal", "_gpu"]