Earlier quoted context omitted.
I don't think that's right - even if you had the full source code for either of those, it's extremely unlikely you'd be able to build them on your own machine.
Building them would be a challenge, but definitely not an insurmountable one. I’ve worked on a couple of C++ projects at a similar scale to Windows (millions of LOC) and the build systems were a major pain. But a determined engineer with the readme file and no other help could get it building in a week or so. (This probably says more about how hard it is to build C++ than anything else)
Facebook LLAMA is being openly distributed via torrents
261–270 of 719 posts
Re: Facebook LLAMA is being openly distributed via torrents
#262Earlier quoted context omitted.
If it's PyTorch, it can definitely contain and execute arbitrary code. One of the reasons I'm not a huge fan of PyTorch.
They could contain arbitrary code... But typically do not. That means that with the right viewer application it will be trivial to know for sure. It isn't like a multi gigabyte game for example, where knowing if there is any malicious code could easily be a multi-month reverse engineering project to get to the answer of 'probably not, but we don't have time to check every byte with a fine tooth comb'
Re: Facebook LLAMA is being openly distributed via torrents
#263Earlier quoted context omitted.
Your SHA256 hash won’t be able to summarize text, write poems, or make up plots for books. The crazy thing about these models is that the compute power going into them is at least somewhat reversible.
Are you saying they are like compact memoizers? What Stable Diffusion can fit into that model is amazing.
Re: Facebook LLAMA is being openly distributed via torrents
#264It’s interesting that these models are both massively expensive to produce and self-contained to a degree that you can distribute the end product in a torrent. This has not been the case for most commercial software for the past 20 years, during the cloud era. If you could steal a dump of random Facebook source code, it would be 99% useless because it’s so closely tied to the infrastructure. There’s almost nothing yo…
/s
Calculating things takes time and unrelated to output size. There are NP problems that simply outputs true or false yet requires more computational power than the universe can support
Re: Facebook LLAMA is being openly distributed via torrents
#265Earlier quoted context omitted.
I posit to a friend that: a) As these AI constructs become more advanced (especially around memory and personalization), we will eventually be able to treat them as people b) Some business will eventually sell an off-the-shelf product (hardware and/or software) that is an AI you can bring into your home, that you can treat as a friend, confidant and partner c) Someone will eventually lose their AI friend of many mont…
Reminds me of Ray Kurizwell's obsession with uploading brains to the cloud to get back his beloved father.
Re: Facebook LLAMA is being openly distributed via torrents
#266Earlier quoted context omitted.
I don't think that's right - even if you had the full source code for either of those, it's extremely unlikely you'd be able to build them on your own machine.
Building them would be a challenge, but definitely not an insurmountable one. I’ve worked on a couple of C++ projects at a similar scale to Windows (millions of LOC) and the build systems were a major pain. But a determined engineer with the readme file and no other help could get it building in a week or so. (This probably says more about how hard it is to build C++ than anything else)
That's probably true, but I wouldn't be surprised if something like windows doesn't have a README file. And it does have build instructions they may well be in some wiki separated from the source code.
Re: Facebook LLAMA is being openly distributed via torrents
#267Earlier quoted context omitted.
It's funny that part of the 4chan excitement over this is that they think they'll get back the AI girlfriend experience of when character.ai was hooked up to uncensored GPT-3. All that has been thoroughly shut down by character.ai and Replika and they just want their girlfriends back.
The Repilka subreddit became one of the weirdest places on the internet when their model got capped for adult content. https://www.reddit.com/r/replika/ Hundreds of men (and yes women) full on acting like they lost a spouse and posting constantly about it for weeks. AI is going to create some unusual social situations the general public isn't ready to grasp. And we're only in the early alpha stages.
Re: Facebook LLAMA is being openly distributed via torrents
#268Earlier quoted context omitted.
Building them would be a challenge, but definitely not an insurmountable one. I’ve worked on a couple of C++ projects at a similar scale to Windows (millions of LOC) and the build systems were a major pain. But a determined engineer with the readme file and no other help could get it building in a week or so. (This probably says more about how hard it is to build C++ than anything else)
I don't really think it is a language ting, just more of a project size thing.
Re: Facebook LLAMA is being openly distributed via torrents
#269For anyone wondering, it includes 4 models: 7/13/30/65 billion parameters, the smallest one is 14Gb, the largest one is 131GB, all four are 235Gb.
Is it possible to run the smallest one on a consumer gpu with 24gb ram ?
Re: Facebook LLAMA is being openly distributed via torrents
#270Earlier quoted context omitted.
No you are probably overestimating the cost by 1-2 orders of magnitude. GPT-3 probably cost under $5 million, and this model is smaller and there have been algorithmic improvements to training transformers since then.
> No you are probably overestimating the cost by 1-2 orders of magnitude. You are right! Wow. Thank you for correcting me. > GPT-3 probably cost under $5 million, Is that one training run or includes all the fiddling to find the right hyperparameters? Or there aren't many of those in these training or they are not that sensitive?