mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 00:05:40 +02:00
fs: move ml.Config to fs package
This commit is contained in:
committed by
Michael Yang
parent
b51e0f397c
commit
c8245f3ef3
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user