File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Sign up at [lepton.ai](https://www.lepton.ai/) and get the workspace token from
45
45
Copy the token in the format of ` workspace:token ` and pass it to the ` gpud up --token ` flag:
46
46
47
47
``` bash
48
- sudo gpud up --token < LEPTON_AI_WORKSPACE:TOKEM >
48
+ sudo gpud up --token < LEPTON_AI_TOKEN >
49
49
```
50
50
51
51
You can go to the [ dashboard] ( https://dashboard.lepton.ai/workspace-redirect/machines/self-managed-nodes ) to check the self-managed machine status.
@@ -62,7 +62,7 @@ You can also start with the standalone mode and later switch to the managed opti
62
62
63
63
``` bash
64
64
# when the token is ready, run the following command
65
- sudo gpud login --token < LEPTON_AI_WORKSPACE:TOKEM >
65
+ sudo gpud login --token < LEPTON_AI_TOKEN >
66
66
```
67
67
68
68
To access the local web UI, open https://localhost:15132 in your browser.
You can’t perform that action at this time.
0 commit comments