diff --git a/advanced/clip-interrogator/README.md b/advanced/clip-interrogator/README.md index fbdd9a3..95f4b05 100644 --- a/advanced/clip-interrogator/README.md +++ b/advanced/clip-interrogator/README.md @@ -25,7 +25,7 @@ lep photon run -n clip-interrogator -m photon.py --local Similar to other examples, you can run services on Lepton Cloud Platform easily, e.g.: ```shell -lep photon run -n clip-interrogator -m photon.py --resource-shape gpu.t4 +lep photon run -n clip-interrogator -m photon.py --resource-shape gpu.a10 ``` You can visit [dashboard.lepton.ai](https://dashboard.lepton.ai/) to try out the model. diff --git a/advanced/open-clip/README.md b/advanced/open-clip/README.md index 6913e62..72d49fa 100644 --- a/advanced/open-clip/README.md +++ b/advanced/open-clip/README.md @@ -50,7 +50,7 @@ c.embed_image(url='https://i.natgeofe.com/n/548467d8-c5f1-4551-9f58-6817a8d2c45e ```bash lep login # logs into the lepton cloud lep photon push -n clip # pushes the photon to the cloud -lep photon run -n clip --resource-shape gpu.t4 # run it +lep photon run -n clip --resource-shape gpu.a10 # run it ``` ```python diff --git a/advanced/tts/README.md b/advanced/tts/README.md index 1983bd6..23abe75 100644 --- a/advanced/tts/README.md +++ b/advanced/tts/README.md @@ -21,7 +21,7 @@ Note that if you have a GPU, things will run much faster. When the program runs, Similar to other examples, you can run tts with the following command: ```shell -lep photon run -n tts -m tts_main.py --resource-shape gpu.t4 +lep photon run -n tts -m tts_main.py --resource-shape gpu.a10 ``` And visit [dashboard.lepton.ai](https://dashboard.lepton.ai/) to try out the model. diff --git a/advanced/tts/tts.ipynb b/advanced/tts/tts.ipynb index 4545d9c..966de5b 100644 --- a/advanced/tts/tts.ipynb +++ b/advanced/tts/tts.ipynb @@ -466,7 +466,7 @@ } ], "source": [ - "!lep photon run -n tts -m tts_main.py --deployment-name tts --resource-shape gpu.t4" + "!lep photon run -n tts -m tts_main.py --deployment-name tts --resource-shape gpu.a10" ] }, { diff --git a/advanced/whisperx/audio_analysis.ipynb b/advanced/whisperx/audio_analysis.ipynb index 901b03b..ae32729 100644 --- a/advanced/whisperx/audio_analysis.ipynb +++ b/advanced/whisperx/audio_analysis.ipynb @@ -66,7 +66,7 @@ "!lep photon create -n whisperx -m main.py\n", "!lep photon push -n whisperx\n", "!lep secret create -n HUGGING_FACE_HUB_TOKEN -v hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n", - "!lep photon run -n whisperx -dn whisperx --resource-shape gpu.t4 --secret HUGGING_FACE_HUB_TOKEN" + "!lep photon run -n whisperx -dn whisperx --resource-shape gpu.a10 --secret HUGGING_FACE_HUB_TOKEN" ] }, {