create blobs in parallel (#10135)

* default max term height
* error on out of tree files
This commit is contained in:
Michael Yang
2025-05-05 11:59:26 -07:00
committed by GitHub
parent 7073600797
commit d931ee8f22
6 changed files with 110 additions and 22 deletions

View File

@@ -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)
}