(modelName: string)
| 18 | } |
| 19 | |
| 20 | hasModelParams(modelName: string): boolean { |
| 21 | return ModelManager.getInstance().hasModelParams(modelName); |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | export const inferenceConfigStore = new InferenceConfigStore(); |
nothing calls this directly
no test coverage detected