diff --git a/runpod/api/mutations/endpoints.py b/runpod/api/mutations/endpoints.py index 22406c14..a4d77896 100644 --- a/runpod/api/mutations/endpoints.py +++ b/runpod/api/mutations/endpoints.py @@ -47,7 +47,7 @@ def generate_endpoint_mutation( input_fields.append(f"workersMax: {workers_max}") if allowed_cuda_versions: - input_fields.append(f"allowedCudaVersions: {allowed_cuda_versions}") + input_fields.append(f'allowedCudaVersions: "{allowed_cuda_versions}"') if gpu_count is not None: input_fields.append(f"gpuCount: {gpu_count}")