зеркало из https://github.com/microsoft/ml4f.git
Fix option name
This commit is contained in:
Родитель
1802920c44
Коммит
2677837d4d
|
@ -17,7 +17,7 @@ interface CmdOptions {
|
|||
validate?: boolean
|
||||
testData?: boolean
|
||||
sampleModel?: string
|
||||
testAll?: boolean
|
||||
selfTest?: boolean
|
||||
optimize?: boolean
|
||||
float16?: boolean
|
||||
eval?: string
|
||||
|
@ -212,7 +212,7 @@ export async function mainCli() {
|
|||
if (!options.output) options.output = "built"
|
||||
if (!options.basename) options.basename = "model"
|
||||
|
||||
if (options.testAll) {
|
||||
if (options.selfTest) {
|
||||
testFloatConv()
|
||||
const opts = getCompileOptions()
|
||||
opts.includeTest = false
|
||||
|
|
Загрузка…
Ссылка в новой задаче