We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c9e1b commit a85f03bCopy full SHA for a85f03b
pkg/inference/backends/sglang/sglang.go
@@ -100,7 +100,7 @@ func (s *sglang) Install(_ context.Context, _ *http.Client) error {
100
// Check if sglang is installed
101
if err := s.pythonCmd("-c", "import sglang").Run(); err != nil {
102
s.status = "sglang package not installed"
103
- s.log.Warnf("sglang package not found. Install with: uv pip install sglang[all]")
+ s.log.Warnf("sglang package not found. Install with: uv pip install sglang")
104
return ErrSGLangNotFound
105
}
106
0 commit comments