Earlier quoted context omitted.
It's all mostly just inference, though some train LoRAs directly on quantized models too. GGML and GGUF are the same thing, GGUF is the new version that adds more data about the model so it's easy to support multiple architectures, and also includes prompt templates. These can run CPU only, be partially or fully offloaded to a GPU. With K quants, you can get anywhere from a 2 bit to an 8 bit GGUF. GPTQ was the GPU-on…
> and also includes prompt templates That sounds very convenient. What software makes use of the built-in prompt template?
Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
111–120 of 146 posts
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#112Earlier quoted context omitted.
Neither of those applies at all to Gemma, though? I'm still confused -- what are you trying to accomplish with this line of questioning?
[flagged]
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.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#113Earlier quoted context omitted.
I'm just looking for ballpark figures. Maybe a common aws instance type
Not sure if this is of any value to you, but Ryzen 7 generates 2 tokens per second for the 7B-Instruct model. The model itself is very unimpressive and I see no reason to play with it over the worst alternative from Hugging Face. I can only imagine this was released for some bizarre compliance reasons.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#114Is this neutered in the way Gemini is (i.e. is the "censorship" built in) or is that a "feature" of the Gemini application?
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#115I 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.…
While I generally agree with you, who has ever counted Google out? We've made fun of Google for lagging while they instead spend their engineering time renaming projects and performing algorithmic white-erasure, but we all knew they're a potent force. Google has as much or more computing power than anyone. They're massively capitalized and have a market cap of almost $2T and colossal cashflow, and have the ability to…
Google has the technical resources to become a major player here, maybe even the dominant player. But it won't happen under current management. I won't count out Google entirely, and there's still time for the company to be saved. It starts with new leadership.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#116I 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 was a podcast yesterday that explained well why Google is in a tough position. https://youtu.be/-i9AGk3DJ90?t=616 In essence, Google already rules information retrieval. Their margins are insane. Switching to LLM based search cuts into their margins and increases their costs dramatically. Also, the advantage they've built over decades has been cut down. All of this means there is potential for less profit and a…
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#117Earlier quoted context omitted.
[flagged]
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.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#118Earlier quoted context omitted.
[flagged]
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.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#119I was discussing LLMs with a non technical person on the plane yesterday. I was explaining why LLMs aren't good at math. And, he responded, no, chatgpt is great a multivariate regression, etc. I'm using LLMs locally almost always and eschewing API backed LLMs like chatgpt. So I'm not very familiar with plugins, and I'm assuming chatgpt plugs into a backend when it detects a math problem. So it isn't the LLM doing the…
https://chub.ai/characters/creamsan/team-neko-e4f1b2f8
This one says it uses javascript as well:
https://chub.ai/characters/creamsan/tessa-c4b917f9
Thise are the only two listed as SFW. There's some others if you hit the nsfw toggle and search for the scripted tag.I don't know if this is the right approach but you could also write a module for Sillytavern Extras.
Re: Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models
#120Earlier 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…