Skip to content

Commit ecd743e

Browse files
committed
feat: remove unused ConfigDir method from fakeBundle
1 parent 2db1646 commit ecd743e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/inference/backends/llamacpp/llamacpp_config_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@ func (f *fakeBundle) SafetensorsPath() string {
283283
return ""
284284
}
285285

286-
func (f *fakeBundle) ConfigDir() string {
287-
return ""
288-
}
289-
290286
func (f *fakeBundle) RuntimeConfig() types.Config {
291287
return f.config
292288
}

0 commit comments

Comments
 (0)