7SOMAY
abf77bfb75
Fixed necessary linting issues
1 year 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
1 year ago
haixuantao
4d454e3db9
Adding run comand within python API
1 year ago
haixuantao
5e56b8e472
Adding additional llm in tests
1 year ago
Haixuan Xavier Tao
b11464463f
Merge branch 'main' into dora-magma
1 year ago
haixuantao
e74a242a7f
Simplify magma generate and skip CI test
1 year ago
haixuantao
d0b304c397
Minor fix and adding test cases
1 year ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
1 year ago
7SOMAY
20781fb4e2
#807 Fixed
1 year ago
Shar-jeel-Sajid
2c70244418
automatic clippy fix
1 year ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
1 year ago
haixuantao
3fca6f9e2c
Add time limit for test of 10s
1 year ago
haixuantao
f33ee1e811
Fix scheduler not being used when called through node timeout
1 year ago
haixuantao
a2910b907d
Rename timeout test
1 year ago
haixuantao
6f598ebb44
Adding a test for checking on the latency when used timeout and queue at the same time
1 year 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