Skip to content

Commit dbcc3d6

Browse files
leoshi01Yuxi Shi
andauthored
fix(shape): rename machine shape from t4 to a10 (#72)
* init * init --------- Co-authored-by: Yuxi Shi <yuxishi@yuxidemacbook-pro.tail5a6cde.ts.net>
1 parent 268bb14 commit dbcc3d6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

advanced/clip-interrogator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lep photon run -n clip-interrogator -m photon.py --local
2525
Similar to other examples, you can run services on Lepton Cloud Platform easily, e.g.:
2626

2727
```shell
28-
lep photon run -n clip-interrogator -m photon.py --resource-shape gpu.t4
28+
lep photon run -n clip-interrogator -m photon.py --resource-shape gpu.a10
2929
```
3030

3131
You can visit [dashboard.lepton.ai](https://dashboard.lepton.ai/) to try out the model.

advanced/open-clip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ c.embed_image(url='https://i.natgeofe.com/n/548467d8-c5f1-4551-9f58-6817a8d2c45e
5050
```bash
5151
lep login # logs into the lepton cloud
5252
lep photon push -n clip # pushes the photon to the cloud
53-
lep photon run -n clip --resource-shape gpu.t4 # run it
53+
lep photon run -n clip --resource-shape gpu.a10 # run it
5454
```
5555

5656
```python

advanced/tts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that if you have a GPU, things will run much faster. When the program runs,
2121
Similar to other examples, you can run tts with the following command:
2222

2323
```shell
24-
lep photon run -n tts -m tts_main.py --resource-shape gpu.t4
24+
lep photon run -n tts -m tts_main.py --resource-shape gpu.a10
2525
```
2626

2727
And visit [dashboard.lepton.ai](https://dashboard.lepton.ai/) to try out the model.

advanced/tts/tts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
}
467467
],
468468
"source": [
469-
"!lep photon run -n tts -m tts_main.py --deployment-name tts --resource-shape gpu.t4"
469+
"!lep photon run -n tts -m tts_main.py --deployment-name tts --resource-shape gpu.a10"
470470
]
471471
},
472472
{

advanced/whisperx/audio_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"!lep photon create -n whisperx -m main.py\n",
6767
"!lep photon push -n whisperx\n",
6868
"!lep secret create -n HUGGING_FACE_HUB_TOKEN -v hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n",
69-
"!lep photon run -n whisperx -dn whisperx --resource-shape gpu.t4 --secret HUGGING_FACE_HUB_TOKEN"
69+
"!lep photon run -n whisperx -dn whisperx --resource-shape gpu.a10 --secret HUGGING_FACE_HUB_TOKEN"
7070
]
7171
},
7272
{

0 commit comments

Comments
 (0)