We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58d519 commit b2bf0ceCopy full SHA for b2bf0ce
runpod/api/mutations/endpoints.py
@@ -47,7 +47,7 @@ def generate_endpoint_mutation(
47
input_fields.append(f"workersMax: {workers_max}")
48
49
if allowed_cuda_versions:
50
- input_fields.append(f"allowedCudaVersions: {allowed_cuda_versions}")
+ input_fields.append(f'allowedCudaVersions: "{allowed_cuda_versions}"')
51
52
if gpu_count is not None:
53
input_fields.append(f"gpuCount: {gpu_count}")
0 commit comments