Spaces:
Runtime error
Runtime error
| package models | |
| import "context" | |
| // PreloadSGLang serves a model with SGLang. Stubbed for the MVP. | |
| func PreloadSGLang(_ context.Context, _ string) error { | |
| return ErrNotImplemented | |
| } | |