@cjzafir: I pay Google $13.99 CAD to train a 9B LLM model on A100 80GB GPU. It takes: > 10 minutes to step notebook > 7 hours to …

X AI KOLs Timeline News

Summary

A user shares a workflow for training a 9B LLM on an A100 GPU using Google Colab for $13.99 CAD, noting the overnight process and the ease of training small language models.

I pay Google $13.99 CAD to train a 9B LLM model on A100 80GB GPU. It takes: > 10 minutes to step notebook > 7 hours to train the model > 1.5 hour for eval testing > 1.25 hours for validation testing > 30 minutes for GGUF/MLX conversion Overnight, I run codex (with computer use chrome extension) on new notebook. In the morning I get a new custom trained model. It's not hard to train SLMs anymore. Wake up.
Original Article
View Cached Full Text

Cached at: 05/22/26, 07:58 PM

I pay Google $13.99 CAD to train a 9B LLM model on A100 80GB GPU.

It takes:

10 minutes to step notebook 7 hours to train the model 1.5 hour for eval testing 1.25 hours for validation testing 30 minutes for GGUF/MLX conversion

Overnight, I run codex (with computer use chrome extension) on new notebook.

In the morning I get a new custom trained model.

It’s not hard to train SLMs anymore. Wake up.

Similar Articles

Me train LLM on 8GB from Scratch. Me happy

Reddit r/LocalLLaMA

Built a repository to train a tiny language model (25M parameters) from scratch on 8GB VRAM, with support for MTP but noting limitations of mHC and BitNet.