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