matrixcloud / internal /models /sglang.go
github-actions[bot]
Deploy from 4dfd54f2
857a91b
Raw
History Blame Contribute Delete
184 Bytes
package models
import "context"
// PreloadSGLang serves a model with SGLang. Stubbed for the MVP.
func PreloadSGLang(_ context.Context, _ string) error {
return ErrNotImplemented
}