Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for vulkan (intel arc gpu) #802

Open
rverma-dev opened this issue May 12, 2024 · 0 comments
Open

Support for vulkan (intel arc gpu) #802

rverma-dev opened this issue May 12, 2024 · 0 comments

Comments

@rverma-dev
Copy link

rverma-dev commented May 12, 2024

seems like all deps are available for intel arc but we have validation on device type

e.g parser.add_argument("--device", default="cuda" if torch.cuda.is_available() else "cpu", help="device to use for PyTorch inference")

model = whisperx.load_model("large-v2", device, compute_type=compute_type)

asr.py 288 load_model
model = model or WhisperModel(whisper_arch,

transcribe.py 133 __init__
self.model = ctranslate2.models.Whisper(

ValueError:
unsupported device vulkan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant