Skip to content

Commit

Permalink
Update 01-run.sh
Browse files Browse the repository at this point in the history
remove oww non downloading model
  • Loading branch information
builderjer authored Oct 18, 2023
1 parent efd657f commit 3732f89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stage-audio/02-voice/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share"

install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share/openwakeword"
install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share/precise_lite"

wget https://github.com/dscripka/openWakeWord/raw/main/openwakeword/resources/models/hey_mycroft_v0.1.tflite -P "${ROOTFS_DIR}/home/ovos/.local/share/openwakeword/"


wget https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite -P "${ROOTFS_DIR}/home/ovos/.local/share/precise_lite/"

install -v -m 0644 files/ovos-dinkum-listener.service "${ROOTFS_DIR}/etc/systemd/user/ovos-dinkum-listener.service"
Expand Down

0 comments on commit 3732f89

Please sign in to comment.