We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a267549 commit fd59a13Copy full SHA for fd59a13
.ci/scripts/test_model.ps1
@@ -1,7 +1,7 @@
1
param (
2
[string]$modelName,
3
[string]$backend,
4
- [string]$buildDir = "cmake-out"
+ [string]$buildDir = "cmake-out",
5
[bool]$strict = $false
6
)
7
0 commit comments