Skip to content

Commit

Permalink
Update fakemodel.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarithm authored Feb 23, 2024
1 parent be8c611 commit 1d69995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/go/fakemodel/fakemodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var Models = map[string][]int{
"vgg16-imagenet": vgg16Imagenet,
"slp-mnist": slpMNIST,
"bert": bert,
"tiny": genFakeModel(8, 1000),
"tiny": genFakeModel(8, 10000),
}

var Names = func(m map[string][]int) []string {
Expand Down

0 comments on commit 1d69995

Please sign in to comment.