Unverified Commit 2fe17735 authored by Shakhizat Nurgaliyev's avatar Shakhizat Nurgaliyev Committed by GitHub
Browse files

Updated Nvidia Jetson docs (#4422)

parent 97fff98c
......@@ -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
----------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment