A surprising amount of machine learning performance engineering starts by getting fed up with how long you spend waiting for your job to launch.
CODE
-

The Five Stages of Debugging: A Developer’s Journey
By
–
The five stages of g̶r̶i̶e̶f̶ debugging. (comic credit: Sourcecode)
-
LangChain Opens Contributing Flow to Growing Community
By
–
No new release today, but some updates to our contributing flow to help with all the interest! Contributing Docs: https://
github.com/hwchase17/lang
chain/blob/master/CONTRIBUTING.md
… Labeled + Improved Issues: https://
github.com/hwchase17/lang
chain/issues
… `contributing` channel in Discord: https://
discord.gg/6adMQxSpJS Let's have fun 🙂 -

100 Puppies Trained with RL Deep Learning on Hub Platform
By
–
there are now over 100 puppies trained to play fetch shared on the hub thanks to the new rl deep learning course! So many good bois we should get all of them to play together in a space of the hub
-

Build and Deploy Real-Time ML Streaming Pipelines at Scale
By
–
With @abacusai
, you can easily build and deploy streaming pipelines for real-time Machine Learning at scale! Our end-to-end MLOps platform offers advanced data wrangling, state-of-the-art models, notebook hosting, and more. -
Twitch Live: DeepMind AI for Coding in 2023
By
–
Twitch live stream.
Tonight at 5 PM.
We’ll discuss our plans for 2023 and dive into a research paper on an AI model that will transform how you code (spoiler: it’s not ChatGPT—we’re looking at @DeepMind). -
Learning AI fundamentals through Replicate platform
By
–
Replicate is super cheap yes, but good for me to figure out how this stuff works in the core
-

Debugging Micromamba Issues: Developer’s Technical Challenge
By
–
already stuck due to some micromamba shit, but let's drink 3rd coffee and figure this out
-
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