Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
10 months ago | |
|---|---|---|
| .. | ||
| .gitignore | 11 months ago | |
| README.md | 10 months ago | |
| qwen-dev-interruption.yml | 10 months ago | |
| qwen-dev.yml | 10 months ago | |
Make sure to have, dora, pip and cargo installed.
brew install portaudio
brew install espeak-ng
sudo apt-get install portaudio19-dev
sudo apt-get install espeak
# Make sure to have the latest the development dora version
cargo build -p dora-cli --release
## Alternatively
# uv pip install -e ../../binaries/cli --reinstall
uv venv --seed -p 3.11
# Make sure to have the latest the development dora node api version
uv pip install -e ../../apis/python/node --reinstall
dora build qwen-dev.yml --uv
dora run qwen-dev.yml --uv
pip install dora-rs-cli==3.10
uv venv --seed -p 3.11
# Make sure to have the latest the development dora node api version
dora build qwen-dev.yml --uv
dora run qwen-dev.yml --uv
dora run qwen-dev.yml --uv
DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl
Rust Python TOML Markdown C other