Skip to content

Commit b58c366

Browse files
Refining README
1 parent 8949a0a commit b58c366

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,11 @@ sagemaker_ssh_helper.setup_and_start_ssh()
289289
*Note:* adding `lib` dir to Python path is required, because SageMaker inference is putting dependencies
290290
into the `code/lib` directory, while SageMaker training put libs directly to `code`.
291291

292-
On the following screenshot you see the sample code for the inference code running in SageMaker endpoint on AWS Inferentia chip.
293-
The user has connected to the endpoint with the `sm-ssh connect` command and executed the `neuron-ls` [command](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/tools/neuron-sys-tools/neuron-ls.html):
292+
On the following screenshot you see the sample code for the notebook [Deploy SD2.1 to Inferentia2 + SageMaker + HF Optimum Neuron + SageMaker SSH Helper](https://github.com/aws-samples/ml-specialized-hardware/blob/main/tutorials/04_ImageGenerationWithStableDiffusion/SDOnInf2AndHFOptimumNeuron_SMSSH.ipynb) that has the inference code running in SageMaker endpoint on AWS Inferentia accelerator chip.
293+
The user has connected to the endpoint with the `sm-ssh connect` command and executed the `neuron-ls` command to list the currently utilized Inferentia cores:
294294

295295
![](images/sm_ssh_inf2.png)
296296

297-
You can find this sample code in the notebook [Deploy SD2.1 to Inferentia2 + SageMaker + HF Optimum Neuron + SageMaker SSH Helper](https://github.com/aws-samples/ml-specialized-hardware/blob/main/tutorials/04_ImageGenerationWithStableDiffusion/SDOnInf2AndHFOptimumNeuron_SMSSH.ipynb).
298-
299297
You can also notice on the screenshot that the user configured the remote Python interpreter that connects to SageMaker Studio, so the user also executes the notebook itself remotely inside SageMaker. This setup is further described in the section for [Local IDE Integration with SageMaker Studio](#studio).
300298

301299
### Multi-model endpoints

0 commit comments

Comments
 (0)