Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .gitignore | 1 year ago | |
| README.md | 1 year ago | |
| dataflow_en_fr.yml | 1 year ago | |
| dataflow_en_zh.yml | 1 year ago | |
| dataflow_en_zh_terminal.yml | 1 year ago | |
| dataflow_en_zh_terminal_argo.yml | 1 year ago | |
| dataflow_fr_en.yml | 1 year ago | |
| dataflow_zh_en.yml | 1 year ago | |
| dataflow_zh_en_terminal.yml | 1 year ago | |
| phi4-dev.yml | 1 year ago | |
| phi4-remote.yml | 1 year ago | |
| pretty_print.py | 1 year ago | |
Make sure to have, dora, pip and cargo installed.
git clone https://github.com/dora-rs/dora.git
cd dora/examples/translation
uv venv --seed -p 3.11
dora build phi4-dev.yml --uv
dora run phi4-dev.yml --uv
# Start talking or play a recording in English, Chinese, German, French, Italian, Japanese, Spanish, Portuguese
For the remote instance, with an example instance at ip: 3.82.54.170
cd examples/translation
uv venv --seed -p 3.11
uv pip install -e ../../node-hub/dora-microphone
uv pip install -e ../../node-hub/dora-rerun
dora daemon --coordinator-addr 3.82.54.170 --machine-id macbook &
dora start phi4-remote.yml --coordinator-addr 3.82.54.170 --uv
# When you see `all nodes are ready`
# Start talking and you should see text appearing
To setup the remote instance:
git clone https://github.com/dora-rs/dora.git
cd examples/translation
uv venv --seed -p 3.11
dora build phi4-remote.yml --uv
dora coordinator & # In a separate window is better
dora daemon --machine-id gpu
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