←back to thread

490 points jarmitage | 1 comments | | HN request time: 0.212s | 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 #
jjmarr ◴[] No.40681241[source]
It being on GitHub doesn't mean it's open-source.

https://github.com/NVIDIA/warp?tab=License-1-ov-file#readme

Looks more "source available" to me.

replies(1): >>40681775 #
nitinreddy88 ◴[] No.40681775[source]
That's what open-source means. Source code is open for reading. It has nothing to do with Licensing. You can have any type of license on top of that based on your business needs
replies(3): >>40681859 #>>40681941 #>>40683753 #
1. j-r-d ◴[] No.40681941[source]
No. That's not how it works. It's great that they're making source available but if I can't modify and distribute it, it's not open.