Make sure weights files are marked as modified
This commit is contained in:
parent
d4b04d3275
commit
f42940bef9
1 changed files with 1 additions and 2 deletions
|
@ -7,5 +7,4 @@ if [ ! -f $model ]; then
|
|||
echo "Downloading latest model"
|
||||
wget https://media.xiph.org/lpcnet/data/$model
|
||||
fi
|
||||
tar xvof $model
|
||||
touch *_data.[ch]
|
||||
tar xvomf $model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue