> widely-available H100 GPUs Just looked in the parts drawer at home and dont seem to have a $25,000 GPU for some inexplicable reason.
Does it even make sense calling them 'GPUs' (I just checked NVIDIA product page for the H100 and it is indeed so)? There should be a quicker way to differentiate between 'consumer-grade hardware that is mainly meant to be used for gaming and can also run LLMs inference in a limited way' and 'business-grade hardware whose main purpose is AI training or running inference for LLMs".
Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
81–90 of 180 posts
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#82Earlier quoted context omitted.
Physics: You always have the same memory bandwidth. The longer the context, the more bits will need to pass through the same pipe. Context is cumulative.
No I don't think it's the bits. I would say it's the computation. Inference requires performing a lot of matmul, and with more tokens the number of computation operations increases exponentially - O(n^2) at least. So increasing your context/conversation will quickly degrade performance I seriously doubt it's the throughput of memory during inference that's the bottleneck here.
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#83Earlier quoted context omitted.
2xEPYC Genoa w/768GB of DDR5-4800 and an A5000 24GB card. I built it in January 2024 for about $6k and have thoroughly enjoyed running every new model as it gets released. Some of the best money I’ve ever spent.
Which specific model epcys? And if it's not too much to ask which motherboard and power supply? I'm really interested in building something similar
* Gigabyte MZ73-LM1 with two AMD EPYC GENOA 9334 QS 64c/128t
* 24 sticks of M321R4GA3BB6-CQK 32GB DDR5-4800 RDIMM PC5-38400R
* 24GB A5000
Note that the RAM price almost doubled since Jan 2024Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#84I just used GPT-OSS-120B on a cross Atlantic flight on my MacBook Pro (M4, 128GB RAM). A few things I noticed: - it’s only fast with with small context windows and small total token context; once more than ~10k tokens you’re basically queueing everything for a long time - MCPs/web search/url fetch have already become a very important part of interacting with LLMs; when they’re not available the LLM utility is greatly…
I think 99% of web searches lead to the same 100-1k websites. I assume it's only a few GBs to have a copy of those locally, thus this raises copyright concerns.
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#85> widely-available H100 GPUs Just looked in the parts drawer at home and dont seem to have a $25,000 GPU for some inexplicable reason.
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#86I just used GPT-OSS-120B on a cross Atlantic flight on my MacBook Pro (M4, 128GB RAM). A few things I noticed: - it’s only fast with with small context windows and small total token context; once more than ~10k tokens you’re basically queueing everything for a long time - MCPs/web search/url fetch have already become a very important part of interacting with LLMs; when they’re not available the LLM utility is greatly…
Im spec’ing out a Mac Studio with 512GB ram because I can window shop and wish but I think the trend for local LLMs is getting really good.
Do we know WHY openAI even released them?
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#87Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#88Earlier quoted context omitted.
Does it even make sense calling them 'GPUs' (I just checked NVIDIA product page for the H100 and it is indeed so)? There should be a quicker way to differentiate between 'consumer-grade hardware that is mainly meant to be used for gaming and can also run LLMs inference in a limited way' and 'business-grade hardware whose main purpose is AI training or running inference for LLMs".
Well, does it come with graphics connectors?
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#89Reading this made me realize how easy it is to set up GPT-OSS 20B in comparison. I had it running on my Mac in five minutes, thanks to Llama.
I was playing with it yesterday and every single session gave me factually incorrect information. Speed and ease of use is one thing, but it shouldn't be at the cost of accuracy.
Re: Running GPT-OSS-120B at 500 tokens per second on Nvidia GPUs
#90Baseten: 592.6 tps Groq: 784.6 tps Cerebras: 4,245 tps
still impressive work