Released โค๏ธ Lovely Tensors 0.1.22
It will now show a histogram of the values in a tensor (and the grad).
Disable with
```
set_config(show_histogram=False)
```
Min Python versin is now 3.8
@baldassarrefe.bsky.social sory about the breackage. :)
Posts by Alexey Zaytsev
Released Lovely NumPy 0.2.19
It will now show the histogram for the data.
Can be disabled with `set_config(show_histogram=False)`
#lovelynumpy
Popcorn is one snack I can never understand. It's both bland AND unhealthy.
Released โค๏ธLovely Tensors 0.1.21
Improvements:
Shows tenstor.grad (can be disabled)
Fixes:
Does not crash on FP8 tensors
github.com/xl0/lovely-t...
Venezuelans definitely are celebrating today.
pelican.alexey.work LLMs are able to use feedback and progressively improve their output. Pelican lets an LLM generate SVG / ASCII art, sends the rendered image back to the model to improve it on the next step. OSS and BYOK (not shared with me), give it a try.
Inspired by @simonwillison.net :)
Maybe it's a genetic thing, but I can definitely taste them quite clearly.
Lovely docs webpage
Check out lovely-docs.github.io
```
bunx lovely-docs init
bunx lovely-docs add sveltejs/svelte
```
Pre-processed or raw (your choice) docs appear inside .lovely-docs/ inside your project. No MCP nonsense required. Just tell your agent to use them. Send feedback.
New releases!
Lovely Tensors 0.1.19
Lovely NumPy 0.2.17
Lovely JAX 0.1.4
All:
- IPython no longer a dependency
- Fix color issue in depth display
Tensors/JAX:
- Set LOVELY_{TENSORS,JAX}=1 globally, it patches torch/jax only when imported
Thanks to github:pallgeuer for help!
Was a pleasure, I just realized you also maintain debug js. Lovely libraries. :)
@bad-at-computer.bsky.social I made a few small PRs to better exceptions. Fixes it on py 3.13 and 3.14, and also fixes the terminfo issue by simply using python curses (in stdlib).
IDK if you are actively monitoring that repo, would appreciate if you could take a quick look and review them.
So I randomly decided to search my own name on a genome browser and found this
Low key did one of you name this virus that infects the bacteria that live in smegma after me
Today I made bread
And standard deviation
SDXL, sweep across starting noise mean
Who needs video editors, when you have @ffmpeg.org.web.brid.gy and @windsurfai.bsky.social ?
Hi, David! Blast from the past. :)
Love to see you in this space!
Wow amazing! An awesome science tool produced by awesome scientists with the help of the awesome nbdev :D
Wow what a coincidence, I did an awesome internship with David back in my biology days. I remember he floated the idea of using Deep Learning for analyzing viral genomes. This was back in 2014 and I had no idea what it was, so I ended up designing primers and pipetting. :)
I feel we need a better reference.
From a quick chat with Gemini/Sonnet, it would be the equivalent of 2-4 hours of the display lights in Las Vegas Strip, or about 0.5 episode of a crappy Netflix show.
๐
Better than when someone else finds them. :)
Aand he's back!
The common denominator here seems to be just as shitty and toxic as the common denominator on X, but this move by the platform is very regrettable to say the least.
I request that you include my data in your dataset!
They do, it's called Kifir.
If something does not work, please send a report to github.com/ConGustoAI/c..., or discord discord.gg/qBaqauUWXP
If you are looking for a flexible yet uncluttered and user-friendly LLM/AI WebUI, check out chat.congusto.ai . It supports all model providers, images, videos and PDFs. Built for developers/researchers/power users, and of course it's open-source.
โค๏ธ Lovely Tensors for #PyTorch v0.1.18 is out (on pip, conda-forge soon)
Main feature contributed by @BaldassarreFe (on X):
Set LOVELY_TENSORS=1, to automatically monkey-patch pytorch. Especially useful for interpreting exceptions in other peoples code with github.com/Qix-/better-...