matthewdicks98 commited on
Commit
7fa6b65
·
verified ·
1 Parent(s): b9f3794

Simplify SGLang launch command

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -132,7 +132,7 @@ For production we recommend serving with [**SGLang**](https://github.com/sgl-pro
132
  **Launch the server:**
133
 
134
  ```shell
135
- python3 -m sglang.launch_server --model-path NOSIBLE/forward-looking-v1.2-base --dtype bfloat16 --cuda-graph-max-bs 128 --disable-radix-cache --host 0.0.0.0 --port 8080
136
  ```
137
 
138
  **Call the endpoint** using the OpenAI-compatible client. Requesting `logprobs` lets you read a calibrated confidence for each label.
 
132
  **Launch the server:**
133
 
134
  ```shell
135
+ python3 -m sglang.launch_server --model-path NOSIBLE/forward-looking-v1.2-base --dtype bfloat16 --host 0.0.0.0 --port 8080
136
  ```
137
 
138
  **Call the endpoint** using the OpenAI-compatible client. Requesting `logprobs` lets you read a calibrated confidence for each label.