Skip to content

Commit ce4936a

Browse files
larsblumbergMichaelisTrofficus
authored andcommitted
Fix cuda versions not set
which can lead to runpod.io assiging a GPU with an incompatible CUDA version
1 parent 4aef104 commit ce4936a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/runpod/create_faster_whisper_pod.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
name="Faster Whisper Server",
1313
image_name="theneuralmaze/faster-whisper-server:latest",
1414
gpu_type_id=settings.runpod.faster_whisper_gpu_type,
15+
allowed_cuda_versions=["12.6", "12.7", "12.8", "12.9"],
1516
cloud_type="SECURE",
1617
gpu_count=1,
1718
volume_in_gb=20,

0 commit comments

Comments
 (0)