HACKER Q&A
📣 gorenb

PyTorch or Jax for Making an LLM?


PyTorch or Jax for Making an LLM?


  👤 brucethemoose2 Accepted Answer ✓
You mean for finetuning an LLM?

PyTorch + QLORA is very affordable.

Otherwise JAX on TPUs is a reasonable way to finetune on a large dataset. I'm not sure about the exact cost these days.