You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cluster-configuration.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
To create Ray Clusters using the CodeFlare SDK a cluster configuration needs to be created first.<br>
4
4
This is what a typical cluster configuration would look like; Note: The values for CPU and Memory are at the minimum requirements for creating the Ray Cluster.
5
5
6
-
```
6
+
```python
7
7
from codeflare_sdk import Cluster, ClusterConfiguration
0 commit comments