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
I would like to use lieon.rs in a GPLv3 project. Would you consider re-licensing this single file?
lieon.rs
For context: I am integrating the ProstT5 language model into Foldseek using the Candle ML framework. I want to only parallelize from the C++ side and not rely on any parallelization within Rust. I found the shim here: rayon-rs/rayon#861 and extended it slightly to work for me (https://gist.github.com/milot-mirdita/3bd47a2abc58384903dda0ec86d0d07b).
The text was updated successfully, but these errors were encountered:
I've relicensed it. There's also https://lib.rs/crates/maybe-rayon
Sorry, something went wrong.
Thanks a lot! I didn't know about maybe-rayon, that would have saved me some time figuring out this scope thing.
No branches or pull requests
I would like to use
lieon.rs
in a GPLv3 project. Would you consider re-licensing this single file?For context: I am integrating the ProstT5 language model into Foldseek using the Candle ML framework. I want to only parallelize from the C++ side and not rely on any parallelization within Rust. I found the shim here: rayon-rs/rayon#861 and extended it slightly to work for me (https://gist.github.com/milot-mirdita/3bd47a2abc58384903dda0ec86d0d07b).
The text was updated successfully, but these errors were encountered: