Live data from Hacker News

Show HN: I made a GPU VRAM calculator for transformer-based models

vram.asmirnov.xyz

1–10 of 41 posts

Re: Show HN: I made a GPU VRAM calculator for transformer-based models

#5
post #3

I noticed the default parameter count value is 1.418 billion but if you erase it you can't actually enter it back because you can't type a decimal point in the input area. Also, you can't enter parameter counts smaller than 1 billion

It works if you type the digits first and then insert the decimal point after.

Re: Show HN: I made a GPU VRAM calculator for transformer-based models

#8
post #6

While not as pretty (and mobile-friendly) as the original link, the calculators below support modeling LoRA-based training, alongside full finetuning. https://huggingface.co/spaces/Vokturz/can-it-run-llm https://rahulschand.github.io/gpu_poor/

They seem to be broken when I try any HF ids besides what came preconfigured. e.g. just tried brucethemoose/Yi-34B-200K-DARE-merge-v5-3.1bpw-exl2-fiction or LoneStriker/shisa-7b-v1-3.0bpw-h6-exl2

Re: Show HN: I made a GPU VRAM calculator for transformer-based models

#9
Are people still rawdoggin' 16-bit models? I almost exclusively use 5-bit inference quants (or 8-bit natives like Yi-34b) on my MacBook Pro. Tiny accuracy loss, runs fast, and leave plenty of (V)RAM on the table. Mixtral 8x7 is my new daily driver, and only takes like 40GB to run! I wonder if I could run two of them talking to each other...

Re: Show HN: I made a GPU VRAM calculator for transformer-based models

#10
post #6

While not as pretty (and mobile-friendly) as the original link, the calculators below support modeling LoRA-based training, alongside full finetuning. https://huggingface.co/spaces/Vokturz/can-it-run-llm https://rahulschand.github.io/gpu_poor/

Second link hasn't been working for awhile.
Post reply on HN