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: cerebrium/getting-started/quickstart.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: "Get up and running with your first deployed model on Cerebrium"
6
6
The fastest way to get started developing a Cerebrium deployment is to set up a template project using the `cerebrium init` command below. This will create a folder with all the necessary files to get you started. You can then add your code and deploy it to Cerebrium.
7
7
8
8
```bash
9
-
cerebrium init first-project --name=cerebrium-app
9
+
cerebrium init first-project
10
10
```
11
11
12
12
Currently, our implementation has five components:
0 commit comments