YaLM-100B: Pretrained language model with 100B parameters
31–40 of 666 posts
Re: YaLM-100B: Pretrained language model with 100B parameters
#32I hope one day it will be possible to run this kind of models at home.
Re: YaLM-100B: Pretrained language model with 100B parameters
#33Re: YaLM-100B: Pretrained language model with 100B parameters
#34Quoted post unavailable.
Re: YaLM-100B: Pretrained language model with 100B parameters
#35Earlier quoted context omitted.
Way too slow on CPU unfortunately But this does make me wonder if there's any way to allow a graphics card to use regular RAM in a fast way? AFAIK built-in GPU's inside CPU's can but those GPU's are not powerful enough
I thought cuda had a unified memory system? Maybe I misunderstood
Integrated GPUs that use a portion of system memory are an exception to this and do not require memcpys when using unified memory. However, I'm not aware of any powerful iGPUs from Nvidia these days.
Re: YaLM-100B: Pretrained language model with 100B parameters
#36I have huge respect for developers at Yandex. It's kind of sad that achievements like these are tainted by the fact that they come from Russia (and I speak as a Ukrainian). I wonder if the permissive license is able to mitigate that.
Re: YaLM-100B: Pretrained language model with 100B parameters
#37Earlier quoted context omitted.
Coming from Russia doesn't mean you agree with government policy. If you saw people get arrested as soon as they start protesting, what would you do?
But as a company, they do. They are filtering alternative media from their search.
Re: YaLM-100B: Pretrained language model with 100B parameters
#38Earlier quoted context omitted.
"We want to punish you" and "We don't want to make business with you" are two very different things IMHO.
If you go out of your way to not do business with someone, in order to cripple them economically, then it is a punishment.
In my opinion it is not punishment to stop a relationship if the basis of that relationship was destroyed deliberately by one side.
Re: YaLM-100B: Pretrained language model with 100B parameters
#39For those of us without 200GB of GPU RAM available... How possible is it to do inference loading it from SSD? Would you have to scan through all 200GB of data once per character generated? That doesn't actually sound too painful - 1 minute per character seems kinda okay. And I guess you can easily do lots of data parallelism, so you can get 1 minute per character on lots of inputs and outputs at the same time.
I wonder how bad it comes out with something like Optane?
Re: YaLM-100B: Pretrained language model with 100B parameters
#40Quoted post unavailable.