mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
fs: move ml.Config to fs package
This commit is contained in:
parent
e53b3cbd0c
commit
3b96a93672
16 changed files with 55 additions and 40 deletions
|
@ -5,6 +5,7 @@ import (
|
|||
"slices"
|
||||
"testing"
|
||||
|
||||
"github.com/ollama/ollama/fs"
|
||||
"github.com/ollama/ollama/ml"
|
||||
"github.com/ollama/ollama/model/input"
|
||||
)
|
||||
|
@ -373,7 +374,7 @@ func TestCanResume(t *testing.T) {
|
|||
|
||||
type testBackend struct{}
|
||||
|
||||
func (b *testBackend) Config() ml.Config {
|
||||
func (b *testBackend) Config() fs.Config {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue