You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/sglang/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ SGLang also supports DP attention for MoE models. We provide an example config f
99
99
cd /workspace/examples/sglang
100
100
dynamo serve graphs.disagg:Frontend -f ./configs/disagg-dp-attention.yaml
101
101
```
102
-
#### Embedding Models
102
+
#### Embedding Models
103
103
104
104
We support deploying embedding models via SGLang as well! Here's an example that uses the [intfloat/e5-base-v2](https://huggingface.co/intfloat/e5-base-v2) model.
0 commit comments