diff --git a/docs/platforms/nvidia_jetson.md b/docs/platforms/nvidia_jetson.md index 7a37e9426..362f60c83 100644 --- a/docs/platforms/nvidia_jetson.md +++ b/docs/platforms/nvidia_jetson.md @@ -20,12 +20,16 @@ Run the installation script: ``` bash jetson-containers/install.sh ``` -Build the container: +Build the container image: ``` -CUDA_VERSION=12.6 jetson-containers build sglang +jetson-containers build sglang ``` Run the container: ``` +jetson-containers run $(autotag sglang) +``` +Or you can also manually run a container with this command: +``` docker run --runtime nvidia -it --rm --network=host IMAGE_NAME ``` * * * * * @@ -69,7 +73,7 @@ Structured output with XGrammar Please refer to [SGLang doc structured output](../advanced_features/structured_outputs.ipynb). * * * * * -Thanks to the support from [shahizat](https://github.com/shahizat). +Thanks to the support from [Nurgaliyev Shakhizat](https://github.com/shahizat), [Dustin Franklin](https://github.com/dusty-nv) and [Johnny Núñez Cano](https://github.com/johnnynunez). References ----------