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"
|
echo "Downloading latest model"
|
||||||
wget https://media.xiph.org/lpcnet/data/$model
|
wget https://media.xiph.org/lpcnet/data/$model
|
||||||
fi
|
fi
|
||||||
tar xvof $model
|
tar xvomf $model
|
||||||
touch *_data.[ch]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue