-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello,
When i setup the pipeline and try the first run with:
git push origin BASELINE_0
The SpeechTestDataCI will run.
I got an error in the step "Get the baseline model"
Error: Failed to get the latest baseline model. Possibly re-run all jobs.
Error: Process completed with exit code 1.
output is like:
SPX - Azure Speech CLI, Version 1.0
Copyright (c) 2020 Microsoft Corporation. All Rights Reserved.
csr.list.kind=models
csr.output.json.file=models.json
service.config.key=***
service.config.region=***
version=1.0.0
x.command=csr.model.list
Listing models ...
Listing models ... Done!
{
"values": []
}
Error: Failed to get the latest baseline model. Possibly re-run all jobs.
Error: Process completed with exit code 1.
I see also in the previous step (get the benchmark model)
tail: cannot open 'my.benchmark.model.url' for reading: No such file or directory
NO EXISTING CUSTOM SPEECH MODELS. TEST THE LATEST BASELINE MODEL.
Does anyone know how to solve?
Thanks in advance