Skip to content

Commit

Permalink
fix(readme): node shape from t4 to a10 (#71)
Browse files Browse the repository at this point in the history
* init

* ruff lint

* ruff lint

* ruff check

---------

Co-authored-by: Yuxi Shi <yuxishi@YuxideMacBook-Pro.local>
  • Loading branch information
leoshi01 and Yuxi Shi authored Dec 29, 2024
1 parent bb8718a commit 268bb14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
pip install black ruff
- name: Lint
run: |
ruff .
black --check .
ruff check .
black --check .
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ python getting-started/counter/counter.py
- Create a photon and then run it locally with the `lep` CLI command, for example:
```bash
lep photon create -n sam -m advanced/segment-anything/sam.py
lep photon run -n sam --local
lep photon runlocal -n sam
```
- Create a photon like the one above, and run it on the cloud:
```bash
lep login # logs into the lepton cloud
lep photon push -n sam # pushes the photon to the cloud
lep photon run -n sam --resource-shape gpu.t4 # run it
lep photon run -n sam --resource-shape gpu.a10 # run it
```
For individual examples, refer to their source files for self-explanatory comments.

Expand Down

0 comments on commit 268bb14

Please sign in to comment.