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