Keras has a MLX backend in progress. I'd like to work with a few folks who are part of both the MLX community & the Keras community to get it over the finish line. If you're interested — please send me an email!
OPEN SOURCE
-
TMLR Paper with Experiments, Data and Code Resources
By
–
More experiments can be found in our TMLR paper: https://
arxiv.org/abs/2310.14540
Data and code: https://
huggingface.co/datasets/yyama
da/SpatialEvalLLM
…, https://
github.com/runopti/Spatia
lEvalLLM
…
Special thanks to @AndrewLampinen for helpful discussion and advice!
7/n -
Open Source Library Seeking Evaluation Support
By
–
I do actually have an open source library that needs evals right now – and it's open source (or will be) so no need to hide anything – I'll message you
-
Building Custom Datasets for DSPy: Overcoming Documentation Gaps
By
–
The getting started documentation currently uses an existing dataset – dspy.datasets.gsm8k – but that skips the most intimidating part of the closes which is figuring out how to build a dataset for my own problem https://
dspy-docs.vercel.app/docs/quick-sta
rt/minimal-example
… -
Using DSPy Without Building Evaluations: A Learning Curve Challenge
By
–
Can you use DSPy without building evals? Because building evals is an enormous learning curve for most people (myself included)
-

Data AI Summit Early Bird Registration Discount Ends April 30
By
–
Early bird catches the worm Save $400 by registering for #DataAISummit before April 30! You’ll explore the latest advances in #ApacheSpark, Delta Lake, MLflow, LangChain, PyTorch, dbt, and more: https://
bit.ly/3UlaDA7 -

CodeGemma: Open Code LLM Family Matching Performance Benchmarks
By
–
3/ CodeGemma – a family of open code LLMs based on Gemma; CodeGemma 7B models excel in mathematical reasoning and match the code capabilities of other open models.
-
PyTorch Performance Improvements with Nightly Build and Optimizations
By
–
THE REVENGE OF PYTORCH
just kidding 🙂 @cHHillee (from PyTorch team) was kindly able to help improve the PyTorch baseline, done by 1) upgrading to nightly, 2) using the "compound" F.sdpa (scaled dot product attention) layer directly, and turning on a torch compile flag: -
Testing LLM Clients: httpx and pytest-httpx Best Practices
By
–
Plus I like to write tests for my code, and figuring out how to serve a mock HTTP response to each different LLM client library in turn is a whole lot more work than just using httpx and pytest-httpx – which I already know
-
Testing LLM Client Libraries with httpx and pytest-httpx
By
–
Plus I like to write tests for my code, and figuring out how to serve a mock HTTP response to each different LLM client library in turn is a whole lot more work than just using httpx and pytest-httpx – which I already know