←back to thread

578 points huseyinkeles | 6 comments | | HN request time: 1.773s | source | bottom
Show context
mhitza ◴[] No.45571218[source]
Should be "that you can train for $100"

Curios to try it someday on a set of specialized documents. Though as I understand the cost of running this is whatever GPU you can rent with 80GB of VRAM. Which kind of leaves hobbyists and students out. Unless some cloud is donating gpu compute capacity.

replies(2): >>45571268 #>>45571369 #
1. Onavo ◴[] No.45571369[source]
A GPU with 80GB VRAM costs around $1-3 USD an hour on commodity clouds (i.e. the non-Big 3 bare metal providers e.g. https://getdeploying.com/reference/cloud-gpu/nvidia-h100). I think it's accessible to most middle class users in first world countries.
replies(1): >>45571954 #
2. antinomicus ◴[] No.45571954[source]
Isn’t the whole point to run your model locally?
replies(4): >>45572029 #>>45572031 #>>45572477 #>>45572856 #
3. theptip ◴[] No.45572029[source]
No, that’s clearly not a goal of this project.

This is a learning tool. If you want a local model you are almost certainly better using something trained on far more compute. (Deepseek, Qwen, etc)

4. yorwba ◴[] No.45572031[source]
The 80 GB are for training with a batch size of 32 times 2048 tokens each. Since the model has only about 560M parameters, you could probably run it on CPU, if a bit slow.
5. jsight ◴[] No.45572477[source]
I'd guess that this will output faster than the average reader can read, even while using only CPU inferencing on a modern-ish CPU.

The param count is small enough that even cheap (<$500) GPUs would work too.

6. simonw ◴[] No.45572856[source]
You can run a model locally on much less expensive hardware. It's training that requires the really big GPUs.