HackerTrans
TopNewTrendsCommentsPastAskShowJobs

molli

no profile record

Submissions

ESMFold 2 has the highest throughput on Tenstorrent AI processors

twitter.com
4 points·by molli·mese scorso·0 comments

Tenstorrent QuietBox is now the best computer for protein structure prediction

twitter.com
2 points·by molli·4 mesi fa·0 comments

Show HN: AlphaFold 3 runs on Tenstorrent Wormhole now

github.com
2 points·by molli·anno scorso·0 comments

Show HN: Hacker League (open-source Rocket League) now has multiplayer

8 points·by molli·2 anni fa·1 comments

Show HN: Hacker League – Open-Source Rocket League on Linux

github.com
192 points·by molli·2 anni fa·93 comments

Attention in SRAM on Tenstorrent Grayskull (1.5x SRAM, 30x cheaper than H100)

arxiv.org
3 points·by molli·2 anni fa·1 comments

Show HN: ScriX – Chrome extension summarizing speech into bullet points

chromewebstore.google.com
18 points·by molli·2 anni fa·16 comments

[untitled]

1 points·by molli·2 anni fa·0 comments

Show HN: Like grep but for natural questions. Mixtral 8x7B – 28 tok/s on 8GB GPU

github.com
10 points·by molli·2 anni fa·0 comments

Show HN: Inference Mixtral 8x7B in pure Rust

github.com
4 points·by molli·3 anni fa·2 comments

comments

molli
·2 anni fa·discuss
Clickable links:

Code: https://github.com/moritztng/hacker-league

Discord: https://discord.gg/bD2saQqdTG

X: https://x.com/moritzthuening
molli
·2 anni fa·discuss
Hinton: Studied psychology, became cognitive scientist.

Schmidhuber: Studied cs and math, developed algorithmic theory of the computable universe.

Hinton wins Nobel price in physics.
molli
·2 anni fa·discuss
:D
molli
·2 anni fa·discuss
Yup, it's tiny (~100kb)
molli
·2 anni fa·discuss
Yup, let's do it! The binary is ~100kb :D Join the Discord server that I posted here!
molli
·2 anni fa·discuss
Thanks a lot for the feedback! I built it in ~2 weeks and it's really just a prototype at this stage. Some of the points I did on purpose to finish a prototype quickly (Eigen + GLM, one file, not syncing renderer and physics, hardcoding shaders etc.). But some things I didn't know - thanks for that :)
molli
·2 anni fa·discuss
You're welcome. The binary is only ~100kb and no game engine etc. is used.
molli
·2 anni fa·discuss
Because I use it only for the physics. For Vulkan I used glm. Ideally, we should only use one library.
molli
·2 anni fa·discuss
Thanks! I'll keep it way simpler than RL - especially the graphics as you can see. But we can make the physics and multiplayer great, since we build everything from scratch.
molli
·2 anni fa·discuss
Maybe you will be good at Hacker League:)
molli
·2 anni fa·discuss
But I don't use textures :P
molli
·2 anni fa·discuss
Thanks!
molli
·2 anni fa·discuss
When a game is not popular anymore some developers just turn off their servers destroying the multiplayer. That won't happen with decentralized open source servers.
molli
·2 anni fa·discuss
Some very interesting thoughts here. Imo open source software is mostly higher quality than proprietary one.

And apparently the industry is not so interested in Linux. Proton from Valve is interesting but crashes on my machine all the time. So I guess we have to build ourselves and have some fun in the process.
molli
·2 anni fa·discuss
I've created a Discord server for Hacker League: https://discord.gg/BbNH27st. Everyone is welcome!

I'll also keep building in public on X: https://x.com/moritzthuening.

I love you all.
molli
·2 anni fa·discuss
Similar: https://github.com/moritztng/fltr

Like grep but for natural language questions. Based on Mistral LLMs.
molli
·2 anni fa·discuss
When implementations of the Transformer's self-attention layer utilize SRAM instead of DRAM, they can achieve significant speedups. The Tenstorrent Grayskull architecture provides a large SRAM, distributed across a grid of cores. This work presents a fused kernel for Grayskull, that exclusively utilizes its large SRAM by combining matrix multiplication, attention score scaling and Softmax operations. Additionally, a dedicated Softmax kernel utilizing the SRAM and a CPU implementation serving as a baseline are presented. The Softmax operation consumes most of the runtime in the computation of attention weights from queries and keys on Grayskull. The speedup of the dedicated Softmax kernel compared to the CPU implementation is up to 10x, and the Softmax implementation inside the fused kernel is approximately 1.8x faster than the dedicated Softmax kernel. The time and memory complexity of all implementations is quadratic in sequence length. Currently, the Grayskull e150 is approximately 30x cheaper for the general public than an Nvidia H100 PCIe (a state-of-the-art GPU) and offers approximately 1.5x more SRAM.

Code: https://github.com/moritztng/grayskull-attention
molli
·2 anni fa·discuss
Can't reproduce it right now, but I'll look into it. Normally, it would show a button to sign in with google.
molli
·2 anni fa·discuss
Did you click start and nothing happened? The service is up and running..
molli
·2 anni fa·discuss
These are noble values! But how to build a tool for easy transcription and summarization then?