As someone who spent the better part of a year trying to get various Nvidia inference products to work _at all_ even with a direct line to their developers, I will simply say "beware".
Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
11–20 of 44 posts
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#12Earlier quoted context omitted.
As someone who has run LLMs in production, using Ray is probably the worst idea. It's not optimized for language models, and is extremely slow. There's no KV-caching, model parallelism, and other basic table stakes features that are offered by Dynamo or other open source inference frameworks. Useful only if you have Use SGLang, vLLM, or text-generation-inference instead.
This is probably true, but unlike every Nvidia product we tried, it did, you know, reply to inference requests with actual output. That said, you can serve vLLM with Ray Serve. https://docs.ray.io/en/latest/serve/tutorials/vllm-example.h...
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#13Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#14So this replaces triton for LLMs or?
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#15As someone who spent the better part of a year trying to get various Nvidia inference products to work _at all_ even with a direct line to their developers, I will simply say "beware".
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#16Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#17Earlier quoted context omitted.
This is probably true, but unlike every Nvidia product we tried, it did, you know, reply to inference requests with actual output. That said, you can serve vLLM with Ray Serve. https://docs.ray.io/en/latest/serve/tutorials/vllm-example.h...
Ray doesn't offer anything if you use vLLM on top of Ray Serve though.
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#18As someone who spent the better part of a year trying to get various Nvidia inference products to work _at all_ even with a direct line to their developers, I will simply say "beware".
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#19Built in Rust for performance and in Python for extensibility Omg, a team that knows how to selectively use tech as needed. Looking at the Rust web developers in corner.
Re: Nvidia Dynamo: A Datacenter Scale Distributed Inference Serving Framework
#20Built in Rust for performance and in Python for extensibility Omg, a team that knows how to selectively use tech as needed. Looking at the Rust web developers in corner.
Unsure if the implication is that Rust is poorly suited for web development or what.
Great language in many other settings, but not this one. At least not right now, but given my experience with async Rust in general, I'm not sure it ever will be.