We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to improve audio performance, it could be good to add a dora-phi4 node that can read from audio, text and image by replicating nodes such as https://github.com/dora-rs/dora/blob/main/node-hub/dora-qwen2-5-vl
The model: https://huggingface.co/microsoft/Phi-4-multimodal-instruct
To get started on a new node, you can just:
dora new dora-phi4 --lang python --kind node
cd dora-phi4 uv pip install -e .
The text was updated successfully, but these errors were encountered:
Hi @haixuanTao, I guess command should be this : dora new dora-phi4 --lang python --kind node (instead of --type)
Sorry, something went wrong.
Indeed sorry!
Please assign this issue to me.
Done :)
7SOMAY
No branches or pull requests
In order to improve audio performance, it could be good to add a dora-phi4 node that can read from audio, text and image by replicating nodes such as https://github.com/dora-rs/dora/blob/main/node-hub/dora-qwen2-5-vl
The model: https://huggingface.co/microsoft/Phi-4-multimodal-instruct
To get started on a new node, you can just:
The text was updated successfully, but these errors were encountered: