Replies: 1 comment 1 reply
-
Trying it would be worth, but it will not be easy. Any library using C-API is not be supported |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello RustPython community,
I'm exploring the possibility of using RustPython to run HuggingFace dataset scripts as part of Burn, a deep learning framework in Rust. Our goal is to eliminate Burn's dependency on having Python installed. You can find more context about this task here: tracel-ai/burn#2093
Specifically, I'm looking to achieve the following:
Use a minimal set of Python libraries and features necessary to run:
Integrate this functionality into our Rust-based framework.
My questions are:
Any insights or guidance would be greatly appreciated. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions