Earlier quoted context omitted.
[flagged]
I mean, many articles will have a negative cast because of the need for clicks -- e.g., the Verge's launch article is entitled "Google Gemma: because Google doesn’t want to give away Gemini yet" -- which I think is both an unfair characterization (given the free tier of Gemini Pro) and unnecessarily inflammatory. Legitimate criticisms include not working correctly out of the box for llama.cpp due to repetition penalt…
Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
121–130 of 146 posts
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#122Earlier quoted context omitted.
So... llamafile release? https://github.com/Mozilla-Ocho/llamafile
gguf files are out there, so anyone should be able to do this! are people looking for an "official" version? ps i'm a fan of cosmopolitan as well.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#123Earlier quoted context omitted.
[flagged]
I mean, many articles will have a negative cast because of the need for clicks -- e.g., the Verge's launch article is entitled "Google Gemma: because Google doesn’t want to give away Gemini yet" -- which I think is both an unfair characterization (given the free tier of Gemini Pro) and unnecessarily inflammatory. Legitimate criticisms include not working correctly out of the box for llama.cpp due to repetition penalt…
I don't think that's a legitimate criticism. Especially not for something that just launched. You should be helping your own project first, before you help others. For example, it'd be nice to see AVX2 work as well as AVX512 with gemma.cpp.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#124I know a lot of people chide Google for being behind OpenAI in their commercial offerings. We also dunk on them for the over-protective nature of their fine-tuning. But Google is scarily capable on the LLM front and we shouldn't count them out. OpenAI might have the advantage of being quick to move, but when the juggernaut gets passed its resting inertia and starts to gain momentum it is going to leave an impression.…
There's nothing provided here other than Jeff Dean gave a stock entry-level presentation to students at Rice, therefore "The depth of institutional knowledge that is going to be unlocked inside Google is actually frightening for me to consider." You should see Google's turnover numbers from 4 years ago, much less now. It's been years, it's broken internally, we see the results. Here, we're in awe of 1KLOC of C++ code…
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#125Earlier quoted context omitted.
I've been completely honest, human-like, and non-evasive with you. I answered your questions directly and frankly. Every time, you ignored the honest and human-like answers to try and score some imaginary points. We're honestly trying our best to build open models *with* the community that you can tune and use to build neat AI research + products. Ignoring that in favor of some political narrative is really petty.
[flagged]
You’re being flagged and downvoted on your threads because you’re being unreasonable, not because of some moderator level conspiracy.
The argument you’re making is not falsifiable.
If you want to pursue this line of argument, you need to pause, think about how you can confidently and unambiguously make substantive claims; for example, substantive examples from actually using these models.
The way you’re currently arguing is not meaningful or compelling.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#126Earlier quoted context omitted.
[flagged]
These comments appear to be about Gemini's image generation, IIUC. Gemma, however, is a language model -- whilst I believe that a larger unreleased version of it is used as part of the Gemini product, it doesn't seem relevant to these criticisms. Also, the Gemma base model is released, which doesn't AFAIK contain any RLHF. The impression I have is that you're using the release of Gemma to complain about tangentially…
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#127Earlier quoted context omitted.
There's nothing provided here other than Jeff Dean gave a stock entry-level presentation to students at Rice, therefore "The depth of institutional knowledge that is going to be unlocked inside Google is actually frightening for me to consider." You should see Google's turnover numbers from 4 years ago, much less now. It's been years, it's broken internally, we see the results. Here, we're in awe of 1KLOC of C++ code…
Are there any online transcripts or recordings of the Rice presentation from Jeff Dean ?
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#128Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#129I know a lot of people chide Google for being behind OpenAI in their commercial offerings. We also dunk on them for the over-protective nature of their fine-tuning. But Google is scarily capable on the LLM front and we shouldn't count them out. OpenAI might have the advantage of being quick to move, but when the juggernaut gets passed its resting inertia and starts to gain momentum it is going to leave an impression.…
There's nothing provided here other than Jeff Dean gave a stock entry-level presentation to students at Rice, therefore "The depth of institutional knowledge that is going to be unlocked inside Google is actually frightening for me to consider." You should see Google's turnover numbers from 4 years ago, much less now. It's been years, it's broken internally, we see the results. Here, we're in awe of 1KLOC of C++ code…
This code is also intended to facilitate research & experimentation, which may not fall under your definition of 'serious' :)
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#130Earlier quoted context omitted.
any particular hardware folks are most interested in?
I'm just looking for ballpark figures. Maybe a common aws instance type
FYI using the NUQ (4.5-bit) quantization improves throughput by about 1.4x.