Chrislearn Young
26f9973ae3
cargo fmt
5 months ago
Chrislearn Young
dcfaee05b7
Fix all `cargo clippy` warning
6 months ago
Chrislearn Young
bcf591deb4
Remove rust--toolchain.toml and use rust-version in Cargo.toml
6 months ago
7SOMAY
abf77bfb75
Fixed necessary linting issues
10 months ago
Haixuan Xavier Tao
066d47007c
Adding run comand within python API ( #875 )
This PR makes it possible to run dataflow from python using:
```python
from dora import run
# Make sure to build it first with the CLI.
# Build step is on the todo list.
run("qwen2.5.yaml", uv=True)
```
Making it easier to run dataflow based on our needs
10 months ago
haixuantao
4d454e3db9
Adding run comand within python API
10 months ago
haixuantao
5e56b8e472
Adding additional llm in tests
10 months ago
Haixuan Xavier Tao
b11464463f
Merge branch 'main' into dora-magma
10 months ago
haixuantao
e74a242a7f
Simplify magma generate and skip CI test
10 months ago
haixuantao
d0b304c397
Minor fix and adding test cases
10 months ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
10 months ago
7SOMAY
20781fb4e2
#807 Fixed
10 months ago
Shar-jeel-Sajid
2c70244418
automatic clippy fix
10 months ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
10 months ago
haixuantao
3fca6f9e2c
Add time limit for test of 10s
11 months ago
haixuantao
f33ee1e811
Fix scheduler not being used when called through node timeout
11 months ago
haixuantao
a2910b907d
Rename timeout test
11 months ago
haixuantao
6f598ebb44
Adding a test for checking on the latency when used timeout and queue at the same time
11 months ago
yjhmelody
ca614753a1
chore: use workspace edition
1 year ago
haixuantao
71d963e402
Add more time for receiving data
1 year ago
haixuantao
b64c9a0d67
Fix time test
1 year ago
haixuanTao
1aeaa1b5ff
Adding additional test for latency
1 year ago
haixuanTao
73bd73c12a
Add test for queue latency
1 year ago
haixuanTao
bf06c5c92f
Add a multiline build example
1 year ago
haixuanTao
c30d9cda91
Enable multi-line build for more explicit packaging
1 year ago