We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c275c commit 7f9a1c5Copy full SHA for 7f9a1c5
examples/clusters_example.py
@@ -35,14 +35,14 @@ def create_cluster_example():
35
36
# Get available images for cluster type
37
images = verda.clusters.get_cluster_images('16B200')
38
- if 'ubuntu-22.04-cuda-12.4-cluster' not in images:
+ if 'ubuntu-22.04-cuda-12.9-cluster' not in images:
39
raise ValueError('Ubuntu 22.04 CUDA 12.9 cluster image is not supported for 16B200')
40
41
# Create a 16B200 cluster
42
cluster = verda.clusters.create(
43
hostname='my-compute-cluster',
44
cluster_type='16B200',
45
- image='ubuntu-22.04-cuda-12.4-cluster',
+ image='ubuntu-22.04-cuda-12.9-cluster',
46
description='Example compute cluster for distributed training',
47
ssh_key_ids=ssh_keys,
48
location=Locations.FIN_03,
0 commit comments