This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update run instructions in example dataflows
tags/v0.0.0-test-pr-120
Philipp Oppermann
3 years ago
parent
926dbeac72
commit
51efe3e826
Failed to extract signature
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/src/getting-started.md
+1
-1
examples/c++-dataflow/README.md
+1
-1
examples/c-dataflow/README.md
+1
-1
examples/python-dataflow/README.md
+ 1
- 1
docs/src/getting-started.md
View File
@@ -119,5 +119,5 @@ Let's write the graph definition so that the nodes know who to communicate with.
- Run the `dataflow`:
```bash
dora-coordinator run dataflow.yml dora-runtime
dora-coordinator
--
run
-dataflow
dataflow.yml dora-runtime
```
+ 1
- 1
examples/c++-dataflow/README.md
View File
@@ -53,5 +53,5 @@ For a manual build, follow these steps:
- Start the `dora-coordinator`, passing the paths to the dataflow file and the `dora-runtime` as arguments:
```
../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
../../target/release/dora-coordinator
--
run
-dataflow
dataflow.yml ../../target/release/dora-runtime
```
+ 1
- 1
examples/c-dataflow/README.md
View File
@@ -65,5 +65,5 @@ For a manual build, follow these steps:
- Start the `dora-coordinator`, passing the paths to the dataflow file and the `dora-runtime` as arguments:
```
../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
../../target/release/dora-coordinator
--
run
-dataflow
dataflow.yml ../../target/release/dora-runtime
```
+ 1
- 1
examples/python-dataflow/README.md
View File
@@ -29,5 +29,5 @@ install.sh
- Start the `dora-coordinator`, passing the paths to the dataflow file and the `dora-runtime` as arguments:
```
../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
../../target/release/dora-coordinator
--
run
-dataflow
dataflow.yml ../../target/release/dora-runtime
```
Write
Preview
Loading…
Cancel
Save