diff --git a/README.rst b/README.rst index b4353b046bcf..b762a5b7975a 100644 --- a/README.rst +++ b/README.rst @@ -41,16 +41,17 @@ Latest News ----------- -- `Accelerate your generative AI journey with NVIDIA NeMo framework on GKE `_ (2024/03/16) +`Accelerate your generative AI journey with NVIDIA NeMo framework on GKE `_ (2024/03/16) -NVIDIA NeMo now includes instructions on how to train generative AI models on the Google Kubernetes Engine (GKE) using NVIDIA accelerated computing and the NVIDIA NeMo Framework. An end-to-end walkthrough is available at https://github.com/GoogleCloudPlatform/nvidia-nemo-on-gke. The walkthrough includes detailed instructions on how to set up a Google Cloud Project and use the NVIDIA NeMo Megatron Generative Pre-trained Transformer (GPT) with the NeMo Framework. +An end-to-end walkthrough to train generative AI models on the Google Kubernetes Engine (GKE) using the NVIDIA NeMo Framework is available at https://github.com/GoogleCloudPlatform/nvidia-nemo-on-gke. The walkthrough includes detailed instructions on how to set up a Google Cloud Project and pre-train a GPT model using the NeMo Framework. -- `Bria Builds Responsible Generative AI for Enterprises Using NVIDIA NeMo, Picasso `_ (2024/03/06) - -NVIDIA NeMo now supplies Bria, a Tel Aviv startup at the forefront of visual generative AI for enterprises, with the NVIDIA NeMo Framework and NVIDIA Picasso. The Bria.ai platform uses reference implementations from the NeMo Multimodal collection, trained on NVIDIA Tensor Core GPUs, to enable high-throughput and low-latency image generation. Bria has also adopted NVIDIA Picasso, a foundry for visual generative AI models, to run inference. +`Bria Builds Responsible Generative AI for Enterprises Using NVIDIA NeMo, Picasso `_ (2024/03/06) + +Bria, a Tel Aviv startup at the forefront of visual generative AI for enterprises now leverages the NVIDIA NeMo Framework. The Bria.ai platform uses reference implementations from the NeMo Multimodal collection, trained on NVIDIA Tensor Core GPUs, to enable high-throughput and low-latency image generation. Bria has also adopted NVIDIA Picasso, a foundry for visual generative AI models, to run inference. + -- `New NVIDIA NeMo Framework Features and NVIDIA H200 `_ (2023/12/06) +`New NVIDIA NeMo Framework Features and NVIDIA H200 `_ (2023/12/06) NVIDIA NeMo Framework now includes several optimizations and enhancements, including: 1) Fully Sharded Data Parallelism (FSDP) to improve the efficiency of training large-scale AI models, 2) Mix of Experts (MoE)-based LLM architectures with expert parallelism for efficient LLM training at scale, 3) Reinforcement Learning from Human Feedback (RLHF) with TensorRT-LLM for inference stage acceleration, and 4) up to 4.2x speedups for Llama 2 pre-training on NVIDIA H200 Tensor Core GPUs. @@ -59,13 +60,11 @@ NVIDIA NeMo Framework now includes several optimizations and enhancements, inclu :alt: H200-NeMo-performance :width: 600 -NeMo Framework has been updated with state-of-the-art features, -such as FSDP, Mixture-of-Experts, and RLHF with TensorRT-LLM to provide speedups up to 4.2x for Llama-2 pre-training on H200. -**All of these features will be available in an upcoming release.** -- `NVIDIA now powers training for Amazon Titan Foundation models `_ (2023/11/28) - -NVIDIA NeMo now empowers the Amazon Titan Foundation models (FM) with efficient training and high-quality generative AI. The Titan FMs form the basis of Amazon’s generative AI service, Amazon Bedrock. The NeMo Framework provides a versatile framework for building, customizing, and running large language models (LLMs). Amazon Web Services (AWS) leverage the NeMo Framework to create and fine-tune Titan models which benefit from its extensibility, scalability, parallelism techniques, and high GPU utilization. +`NVIDIA now powers training for Amazon Titan Foundation models `_ (2023/11/28) + +NVIDIA NeMo framework now empowers the Amazon Titan foundation models (FM) with efficient training of large language models (LLMs). The Titan FMs form the basis of Amazon’s generative AI service, Amazon Bedrock. The NeMo Framework provides a versatile framework for building, customizing, and running LLMs. + Introduction ------------