|
|
|
@@ -3,22 +3,10 @@ |
|
|
|
Make sure to have, dora, pip and cargo installed. |
|
|
|
|
|
|
|
```bash |
|
|
|
dora up |
|
|
|
git clone https://github.com/dora-rs/dora.git |
|
|
|
cd dora/examples/translation |
|
|
|
|
|
|
|
## For chinese |
|
|
|
dora build dataflow_zh_en_terminal.yml |
|
|
|
dora start dataflow_zh_en_terminal.yml --detach |
|
|
|
|
|
|
|
python pretty_print.py |
|
|
|
|
|
|
|
dora stop |
|
|
|
|
|
|
|
|
|
|
|
## For chinese |
|
|
|
dora build dataflow_en_zh_terminal.yml |
|
|
|
dora start dataflow_en_zh_terminal.yml --detach |
|
|
|
|
|
|
|
python pretty_print.py |
|
|
|
|
|
|
|
dora stop |
|
|
|
uv venv --seed -p 3.11 |
|
|
|
dora build phi4-dev.yml --uv |
|
|
|
dora run phi4-dev.yml --uv |
|
|
|
``` |