Eg run dreambooth on sd2.1 by tomorrow
OPEN SOURCE
-

From Inaccessible to Mainstream: AI Models Now Available to Everyone
By
–
How it started vs How it's going I knew how to recognize exponentials in 2018, but also didn't believe that this was accessible to the median technologist. That is the biggest thing changing with @StabilityAI
; today, hobbyists can run these things on iPhones and CPUs -
LangChain v0.0.35 Release: Documentation Improvements and New Features
By
–
LangChain v0.0.35 Doc improvements @HunterGerlach Fix typing of parameters, flagged by @fcampeot
Expose more parameters for the q&a chains, suggest by @johnjnay Add a `.clear()` method for memory, @shobith and @andrewgleave Support -1 for max_tokens, @BruceHammer -

Setting Up Independent GPU Server Infrastructure for AI
By
–
set up my own GPU server now re: iterate on lesson, don't depend on APIs too much
-

Best Linux Distribution for GPU Server Running Stable Diffusion
By
–
Best distro for GPU server to run Stable Diffusion? I'm used to Ubuntu cause my VPS runs it?
-

Google Unveils Learning Interpretability Tool and Salience Evaluation Protocol
By
–
Today at 12:30pm the Google booth will host a demo about Google's open source Learning Interpretability Tool (LIT; https://
goo.gle/3kTIiLT) along with a newly introduced evaluation protocol (
https://
goo.gle/3gZSOWl) that illustrates the difference between various salience methods -

LangChain version 0.0.34: OpenAI moderation and fact checking
By
–
LangChain version 0.0.34 Doc cleanup from `moozilla` (if on twitter lmk!) Support for @OpenAI's moderation endpoint LLMFactChecker chain from @thepromptking, original idea by @0xjasper Some more info on the LLM fact checker chain
-
GardenMate Wins Call for Code with AI-Driven Food Marketplace
By
–
Ecosystem for Good! Congrats 'GardenMate' Winners #CallForCode tackling #Food #Sustainability with #AI driven #marketplace + people & #tech support! See http://
bit.ly/FoodSDGS #SDGs #agritech #innovation #IBMPartner #data #ML #DataScientist #Python @IBMPartners #OpenSource -
Simple conversation buffer memory with dynamic N adjustment
By
–
it is pretty simple at the moment – just keeps a buffer of the past N conversations in memory. a pretty simple improvement would be dynamically adjusting N based on the length of the conversations
-
LangChain Already Supports Conversation Summary Memory
By
–
we actually support that already! https://
langchain.readthedocs.io/en/latest/gett
ing_started/memory.html#ConversationChain-with-ConversationSummaryMemory
…