Live data from Hacker News

Running large language models like ChatGPT on a single GPU

github.com

1–10 of 274 posts

Re: Running large language models like ChatGPT on a single GPU

#5
Any chance these work on CPUs with any acceptable performance?

I have a 10-core 20-thread monster CPU, but didn't bother with a dedicated GPU because I can't control something as simple as its temperature. See the complicated procedure that only works with the large proprietary driver here:

https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Over...

Re: Running large language models like ChatGPT on a single GPU

#7
> Hardware: an NVIIDA T4 (16GB) instance on GCP with 208GB of DRAM and 1.5TB of SSD.

Is FlexGen able to take advantage of multiple hundreds of GB of system memory? Or is do these compute instances just come bundled with it and it's a [largely] irrelevant detail?

Re: Running large language models like ChatGPT on a single GPU

#9
post #5

Any chance these work on CPUs with any acceptable performance? I have a 10-core 20-thread monster CPU, but didn't bother with a dedicated GPU because I can't control something as simple as its temperature. See the complicated procedure that only works with the large proprietary driver here: https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Over...

Unlikely, because this is an efficient GPU work offloader, not a complete replacement for GPU computation.

Re: Running large language models like ChatGPT on a single GPU

#10
post #7

> Hardware: an NVIIDA T4 (16GB) instance on GCP with 208GB of DRAM and 1.5TB of SSD. Is FlexGen able to take advantage of multiple hundreds of GB of system memory? Or is do these compute instances just come bundled with it and it's a [largely] irrelevant detail?

The OPT175b model is massive. A lot of that system ram probably holds model data.
Post reply on HN