Add SGLang backend #477
Open
Add SGLang backend #477
Annotations
10 errors
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config_test.go#L190
unknown field RuntimeFlags in struct literal of type inference.BackendConfiguration
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config_test.go#L189
cannot use 4096 (untyped int constant) as *int32 value in struct literal
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config_test.go#L130
cannot use 8192 (untyped int constant) as *int32 value in struct literal
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config_test.go#L125
cannot use ptrUint64(16384) (value of type *uint64) as *int32 value in struct literal
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config_test.go#L105
unknown field RuntimeFlags in struct literal of type inference.BackendConfiguration
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config_test.go#L83
cannot use 8192 (untyped int constant) as *int32 value in struct literal
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config.go#L80
cannot convert backendCfg.ContextSize (variable of type *int32) to type uint64
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config.go#L79
invalid operation: backendCfg.ContextSize > 0 (mismatched types *int32 and untyped int)
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config.go#L76
cannot use modelCfg.ContextSize (variable of type *int32) as *uint64 value in return statement
|
|
Run linting for linux:
pkg/inference/backends/sglang/sglang_config.go#L64
config.RuntimeFlags undefined (type *inference.BackendConfiguration has no field or method RuntimeFlags)
|
Loading