Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,8 @@ A suitable docker image can be found at our Github repo, too.
|
|
37 |
#### Usage
|
38 |
|
39 |
# 0. Install requirements
|
40 |
-
|
|
|
41 |
|
42 |
# 1. Select a model and start an SGLang server
|
43 |
|
|
|
37 |
#### Usage
|
38 |
|
39 |
# 0. Install requirements
|
40 |
+
For inference, you use the following [sglang docker](https://github.com/sgl-project/sglang/blob/main/docker/Dockerfile) and proceed with step 1.
|
41 |
+
Otherwise, you can also install sglang via pip or from source [see here](https://github.com/sgl-project/sglang).
|
42 |
|
43 |
# 1. Select a model and start an SGLang server
|
44 |
|