Earlier quoted context omitted.
> Not sure why a publicly accessible GPU cluster would be a better solution than the current system of research grants. You mean a better solution than different teams paying AWS over and over, potentially spending 10x on rent rather than using all that cash as a down payment on actually owning hardware? I can't really speak for the total costs of depreciation/hardware maintenance but renting forever isn't usually a…
Do you have some information to share to support your bias against leasing especially with a depreciating asset?
Open source AI is the path forward
681–690 of 936 posts
Re: Open source AI is the path forward
#682Interesting discussion! While I agree with Zuckerberg's vision, the comments raise valid concerns. The point about GPU accessibility and cost is crucial. Public clusters are great, but sustainable funding and equitable access are essential to avoid exacerbating existing inequalities. I also resonate with the call for CUDA alternatives. Breaking the dependence on proprietary technology is key for a truly open AI ecosy…
Re: Open source AI is the path forward
#683Re: Open source AI is the path forward
#684Interesting discussion! While I agree with Zuckerberg's vision, the comments raise valid concerns. The point about GPU accessibility and cost is crucial. Public clusters are great, but sustainable funding and equitable access are essential to avoid exacerbating existing inequalities. I also resonate with the call for CUDA alternatives. Breaking the dependence on proprietary technology is key for a truly open AI ecosy…
I suspect we are still early in the optimization evolution. The weights are what matter. The ability to run them anywhere might come.
Re: Open source AI is the path forward
#685Earlier quoted context omitted.
"Open weights" is a more appropriate term but I'll point out that these weights are also largely inscrutable to the people with the code that trained it. And for licensing reasons, the datasets may not be possible to share. There is still a lot of modifying you can do with a set of weights, and they make great foundations for new stuff, but yeah we may never see a competitive model that's 100% buildable at home. Edit…
"Open weights" means you can use the weights for free (as in beer). "Open source" means you get the training dataset and the methodology. ~Nobody does open source LLMs.
Re: Open source AI is the path forward
#686Earlier quoted context omitted.
> True open source advocates will find little to refute in what I’ve said. No true Scotsman https://en.wikipedia.org/wiki/No_true_Scotsman OSI helped popularize the open source movement. They not only make it palatable to businesses, but got them excited about it. I think that FSF/Stallman alone would not have been very successful on this front with GPL/AGPL.
Like I said, honest open source advocates won’t take issue to how I framed their position. Here’s a more important point: how far would the open source people have gotten without GCC and glibc? Much less far than they will ever admit, in my experience.
> Like I said, honest open source advocates won’t take issue to how I framed their position.
Yet you've failed to provide even a single point of evidence to back up your claim.
> "honest open source advocates"
You've literally just made this term up. It's meaningless.
Re: Open source AI is the path forward
#687Re: Open source AI is the path forward
#688Earlier quoted context omitted.
"Open weights" is a more appropriate term but I'll point out that these weights are also largely inscrutable to the people with the code that trained it. And for licensing reasons, the datasets may not be possible to share. There is still a lot of modifying you can do with a set of weights, and they make great foundations for new stuff, but yeah we may never see a competitive model that's 100% buildable at home. Edit…
"Open weights" means you can use the weights for free (as in beer). "Open source" means you get the training dataset and the methodology. ~Nobody does open source LLMs.
Re: Open source AI is the path forward
#689Re: Open source AI is the path forward
#690Earlier quoted context omitted.
I don’t think it’s that simple. The source is “the preferred form of the work for making modifications to it” (to use the GPL’s wording). For an LLM, that’s not the training data. That’s the model itself. You don’t make changes to an LLM by going back to the training data and making changes to it, then re-running the training. You update the model itself with more training data. You can’t even use the training code a…
No the preferred way to make modifications is using the the training code. One may also input a snapshot weighs to start from, but the training code is definitely what you would modify to make a change.