Skip to content

LLM vram calculator, fork from furiousteabag/vram-calculator

License

Notifications You must be signed in to change notification settings

KCORES/vram-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRAM Calculator

An app which helps to estimate GPU VRAM needed for training/inference transformer runs. Check it out here: vram.asmirnov.xyz.

Details

You can find main logic of calculating the result in ./app/_lib/index.ts.

Development

npm install
npm run dev

Deployment

npm install
npm run build

It will result with ./out folder which can be served with any webserver (e.g. nginx).

ToDo

  • Quantized models inference
  • LoRA/QLoRA fine-tuning

About

LLM vram calculator, fork from furiousteabag/vram-calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages