Skip to content

Commit

Permalink
Update Readme (#20)
Browse files Browse the repository at this point in the history
* docs(readme): update using token directly to run with platform

* docs(readme): update screenshot for tokens
  • Loading branch information
bobmayuze authored Aug 20, 2024
1 parent d1fe9fb commit 41a24bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Sign up at [lepton.ai](https://www.lepton.ai/) and get the workspace token from
Copy the token in the format of `workspace:token` and pass it to the `gpud up --token` flag:

```bash
sudo gpud up --token <LEPTON_AI_WORKSPACE:TOKEM>
sudo gpud up --token <LEPTON_AI_TOKEN>
```

You can go to the [dashboard](https://dashboard.lepton.ai/workspace-redirect/machines/self-managed-nodes) to check the self-managed machine status.
Expand All @@ -62,7 +62,7 @@ You can also start with the standalone mode and later switch to the managed opti

```bash
# when the token is ready, run the following command
sudo gpud login --token <LEPTON_AI_WORKSPACE:TOKEM>
sudo gpud login --token <LEPTON_AI_TOKEN>
```

To access the local web UI, open https://localhost:15132 in your browser.
Expand Down
Binary file modified assets/gpud-lepton.ai-machines-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41a24bf

Please sign in to comment.