Add SGLang backend #1306
Annotations
5 errors
|
Run tests with race detection
Process completed with exit code 1.
|
|
Run tests with race detection:
pkg/inference/backends/sglang/sglang_config.go#L80
cannot convert backendCfg.ContextSize (variable of type *int32) to type uint64
|
|
Run tests with race detection:
pkg/inference/backends/sglang/sglang_config.go#L79
invalid operation: backendCfg.ContextSize > 0 (mismatched types *int32 and untyped int)
|
|
Run tests with race detection:
pkg/inference/backends/sglang/sglang_config.go#L76
cannot use modelCfg.ContextSize (variable of type *int32) as *uint64 value in return statement
|
|
Run tests with race detection:
pkg/inference/backends/sglang/sglang_config.go#L64
config.RuntimeFlags undefined (type *inference.BackendConfiguration has no field or method RuntimeFlags)
|
Loading