We have Nvidia B200s ready to go for you in Hugging Face Inference Endpoints 🔥 I tried them out myself and the performance is amazing. On top of that we just got a fresh batch of H100s as well. At $4.5/hour it's a clear winner in terms of price/perf compared to the A100.
We just refreshed 🍋 our analytics in @hf.co endpoints. More info below!
Gemma 3 is live 🔥 You can deploy it from endpoints directly with an optimally selected hardware and configurations. Give it a try 👇
today as part of a course, I implemented a program that takes a bit stream like so: 10001001110111101000100111111011 and decodes the intel 8088 assembly from it like: mov si, bx mov bx, di only works on the mov instruction, register to register. code: github.com/ErikKaum/bit...
https://github.com/ErikKaum/bitbubble
t.co
Ambition is a paradox. You should always aim higher, but that easily becomes a state where you're never satisfied. Just reached 10k MRR. Now there's the next goal of 20k. Sharif has a good talk on this: emotional runway. How do you deal with this paradox? video: www.youtube.com/watch?v=zUnQ...
before you give up, give this video a chance.
YouTube video by Founders, Inc.
youtube.com
Hugging Face inference endpoints now support CPU deployment for llama.cpp 🚀 🚀 Why this is a huge deal? Llama.cpp is well-known for running very well on CPU. If you're running small models like Llama 1B or embedding models, this will definitely save tons of money 💰 💰
Let's go! We are releasing SmolVLM, a smol 2B VLM built for on-device inference that outperforms all models at similar GPU RAM usage and tokens throughputs. SmolVLM can be fine-tuned on a Google collab and be run on a laptop! Or process millions of documents with a consumer GPU!
Is it just me or does it intuitively align that chat bars are at the bottom of the page and search bars at the top? I've noticed that perplexity positions the question on the top and generates the text below. Is it because they want to position more as a search engine?
code boxes with syntax highlighting 😍
Are there plans to add syntax highlighting to code blocks and inline code to Bluesky? It is one of the top features devs appreciated in Elk. Being able to share a11y code snippets instead of images makes a huge diff. I think it could help a lot to promote tinkering with the protocol among devs
typical engineer writing copy in plain english i'd say "2 conversions at the same time"
lesson: if you care about the performance of something, you gotta run your own benchmarks
A new paper, "Let Me Speak Freely" has been spreading rumors that structured generation hurts LLM evaluation performance. Well, we've taken a look and found serious issue in this paper, and shown, once again, that structured generation *improves* evaluation performance!
Just wrote some golang for fun. Damn, I had almost forgotten how enjoyable it’s to program in. Just breezing through the code. If I need thousands of threads, it’s just there.
A while ago I started experimenting with compiling the Python interpreter to WASM. To build a secure, fast, and lightweight sandbox for code execution — ideal for running LLM-generated Python code. - Send code simply as a POST request - 1-2ms startup times github.com/ErikKaum/run...
GitHub - ErikKaum/runner: Experimental wasm32-unknown-wasi runtime for Python code execution
Experimental wasm32-unknown-wasi runtime for Python code execution - ErikKaum/runner
github.com
There are now /llms.txt files for a few of @huggingface.bsky.social docs 🔥 huggingface-projects-docs-llms-txt.hf.space/transformers...
huggingface-projects-docs-llms-txt.hf.space
"If you're thinking without writing, you only think you're thinking." Same applies imo to coding and why it's so important to open your editor, start tinkering and sketching things out. quote from: paulgraham.com/writes.html
Writes and Write-Nots
paulgraham.com