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 e5a322e commit 4c50984Copy full SHA for 4c50984
README.md
@@ -48,7 +48,7 @@ model = art.TrainableModel(
48
backend = ServerlessBackend(
49
api_key="your_wandb_api_key"
50
)
51
-await model.register(backend)
+model.register(backend)
52
# Edit and iterate in minutes, not hours!
53
```
54
docs/fundamentals/art-backend.mdx
@@ -102,7 +102,7 @@ backend = await SkyPilotBackend.initialize_cluster(
102
103
104
105
-When a training job is finished, you can shut down a cluster either through code or the cli.
+When a training job is finished, you can shut down a cluster either through code or the CLI.
106
107
**Code:**
108
0 commit comments