doc: update step-3.7-flash docker image tag (#26625)
This commit is contained in:
@@ -19,14 +19,14 @@ Step-3.7-Flash is currently available in SGLang via Docker image install.
|
|||||||
### Docker (NVIDIA)
|
### Docker (NVIDIA)
|
||||||
```bash Command
|
```bash Command
|
||||||
# Pull the docker image
|
# Pull the docker image
|
||||||
docker pull lmsysorg/sglang:dev-pr-18084
|
docker pull lmsysorg/sglang:dev-step-3.7-flash
|
||||||
|
|
||||||
# Launch the container
|
# Launch the container
|
||||||
docker run -it --gpus all \
|
docker run -it --gpus all \
|
||||||
--shm-size=32g \
|
--shm-size=32g \
|
||||||
--ipc=host \
|
--ipc=host \
|
||||||
--network=host \
|
--network=host \
|
||||||
lmsysorg/sglang:dev-pr-18084 bash
|
lmsysorg/sglang:dev-step-3.7-flash bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## 3. Model Deployment
|
## 3. Model Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user