mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 13:57:18 +01:00
create blobs in parallel (#10135)
* default max term height * error on out of tree files
This commit is contained in:
@@ -690,7 +690,7 @@ func TestCreateHandler(t *testing.T) {
|
||||
return
|
||||
}
|
||||
|
||||
if req.Name != "test-model" {
|
||||
if req.Model != "test-model" {
|
||||
t.Errorf("expected model name 'test-model', got %s", req.Name)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user