←back to thread

490 points jarmitage | 1 comments | | HN request time: 0.201s | source
Show context
eigenvalue ◴[] No.40681204[source]
I really like how nvidia started doing more normal open source and not locking stuff behind a login to their website. It makes it so much easier now that you can just pip install all the cuda stuff for torch and other libraries without authenticating and downloading from websites and other nonsense. I guess they realized that it was dramatically reducing the engagement with their work. If it’s open source anyway then you should make it as accessible as possible.
replies(7): >>40681241 #>>40681256 #>>40681604 #>>40683495 #>>40684963 #>>40686175 #>>40688511 #
1. rldjbpin ◴[] No.40688511[source]
there has been a rise of "open"-access and freeware software/services in this space. see hugging face and certain models tied to accounts that accept some eula before downloading model weights, or weird wrapper code by ai library creators which makes it harder to run offline (ultralytics library comes to mind for instance).

i like the value they bring, but the trend is against the existing paradigm of how python ecosystem used to be.