Click any tag below to further narrow down your results
Links
This article discusses new methods for enhancing the efficiency of large language models through sparsity. It examines various strategies like relufication and error budget thresholding to achieve significant speedups in on-device inference while maintaining accuracy. The authors are developing a unified framework in PyTorch to streamline these techniques.
Mooncake has been integrated into the PyTorch Ecosystem to enhance the performance of large language models. It offers advanced KVCache solutions that improve efficiency and scalability in model serving. The article details Mooncake’s features and deployment configurations with various inference engines.
The article provides an overview of a codebase for training language and vision-language models using PyTorch, highlighting installation instructions, model inference, and training setup. It details the required dependencies, configuration paths, and methods for integrating new datasets and models, while also addressing the usage of various GPU resources for efficient training and evaluation.
PyTorch and vLLM have been integrated to enhance generative AI applications by implementing Prefill/Decode Disaggregation, which improves inference efficiency at scale. This collaboration has optimized Meta's internal inference stack by allowing independent scaling of prefill and decode processes, resulting in better performance metrics. Key optimizations include enhanced KV cache transfer and load balancing, ultimately leading to reduced latency and increased throughput.