Skip to content

Commit

Permalink
--no-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 15, 2024
1 parent 54d67c8 commit de6169c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_raspOVOS_de.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ mkdir -p /home/$USER/.local/share/mycroft/intent_cache
cp -rv /mounted-github-repo/intent_cache/de-DE /home/$USER/.local/share/mycroft/intent_cache/

echo "Installing Citrinet plugin..."
uv pip install ovos-stt-plugin-citrinet
uv pip install --no-progress ovos-stt-plugin-citrinet

echo "Downloading dutch citrinet model..."
echo "Downloading german citrinet model..."
python /mounted-github-repo/packages/download_citrinet_de.py
# since script was run as root, we need to move downloaded files
mkdir -p /home/ovos/.cache/huggingface/hub/
Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_nl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mkdir -p /home/$USER/.local/share/mycroft/intent_cache
cp -rv /mounted-github-repo/intent_cache/nl-NL /home/$USER/.local/share/mycroft/intent_cache/

echo "Installing Citrinet plugin..."
uv pip install ovos-stt-plugin-citrinet
uv pip install --no-progress ovos-stt-plugin-citrinet

echo "Downloading dutch citrinet model..."
python /mounted-github-repo/packages/download_citrinet_nl.py
Expand Down

0 comments on commit de6169c

Please sign in to comment.