|
|
Subscribe / Log in / New account

Defining the Rust 2024 edition

Defining the Rust 2024 edition

Posted Jan 31, 2024 7:13 UTC (Wed) by aragilar (subscriber, #122569)
In reply to: Defining the Rust 2024 edition by Cyberax
Parent article: Defining the Rust 2024 edition

*CUDA* is the issue (as icc/MKL would be for any libraries depending on it), not PyTorch. Assuming you sorted out licensing so that your RPM(s) were fine to distribute (which I suspect would be non-trivial, given CUDA likely has a runtime that you'd need to share with users as well), then having a repository of reproducibly-builtable-by-anyone-with-CUDA PyTorch RPMs would not be a great challenge.

I suspect though because many of the machine learning libraries produce different results with different versions, users will want to freeze exact versions of everything, and only move when they tested with their particular code/dataset pair a new set of versions (which likely means freezing the versions forever because of a lack of time/funds), which isn't exactly amenable to using a distro-provided package.


to post comments

Defining the Rust 2024 edition

Posted Jan 31, 2024 10:11 UTC (Wed) by farnz (subscriber, #17727) [Link]

The ROCm variation of PyTorch is also unpackaged, even though it's fully open-source down to the kernel modules, and thus licensing is not an issue.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds