Memegen at one point was full of Imagen images π
TOOLS
-

Most Liked AI Tools Posted Yesterday
By
–
Most liked AI tools posted yesterday. Comment down your AI tool to have a chance to be published!
-
llama.cpp inference and gptq quantization techniques exploration
By
–
Oh, reading a bit more about llama.cpp (
https://
github.com/ggerganov/llam
a.cpp
β¦), that's only inference, not training? I haven't tried since I don't have the model checkpoints on my laptop, but you may be able to use gptq.int4 quantization then: https://
github.com/Lightning-AI/l
it-gpt/blob/main/tutorials/quantize.md
β¦ -
QLoRA 4-bit NormalFloat format supported only on Nvidia GPUs
By
–
Ah sorry, I meant M1/M2 chips (not specifically M1/2 CPUs). As far as I know, the 4-bit NormalFloat format that is used in QLoRA is currently only supported on Nvidia GPUs (
https://
github.com/TimDettmers/bi
tsandbytes/issues/485
β¦). Maybe the repo you mentioned uses a different type of quantized training. -
SQL QA Integration Improves Context Management for AI Applications
By
–
Itβs often hard to bring in appropriate context to do sql qa This integration should help with that!
-

Try Other Tasks on Hugging Face Space
By
–
You can try other tasks on our @huggingface space https://
bit.ly/3OO2sYR -
Evaluating RAG Systems: Insights from Application Developers
By
–
It's always insightful to hear from actual application developers on how they approach evaluation That's why I'm excited to have @pedro_pxp on our webinar tomorrow that is focused on evaluating RAG systems! https://
crowdcast.io/c/bnx91nz59cqq -
Apple App Store Model: GPT Derivatives Ecosystem Development
By
–
Also what became really obvious after the app store was that Apple was not going to be designing/building/discovering the killer use cases for the iPhone (except maybe passbook). I think the same thing is going to probably be true about GPT/Llama derivatives.
-

SQLChain Upgrade: Multi-Database QnA Chatbot Support
By
–
SQLChain upgrade We have upgraded SQLChain to now supports MySQL, MsSQL, PostgreSQL and the default SQLite! You can now have a QnA chatbot answering questions about your databases
-

Serp API Now Available as Document Loader for Agents
By
–
Serp API Loader Previously you can use Serp as tool for agent, now you can use Serp as a document loader! Thanks @fantastigenius for the contribution!