From 0b91496a36ca6d7948e71cb33f1cee8907f46899 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Sun, 5 Oct 2025 23:29:16 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- README.md | 1 + nvidia/rapids/README.md | 55 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 nvidia/rapids/README.md diff --git a/README.md b/README.md index 6db0e8c..6c88f30 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Each playbook includes prerequisites, step-by-step instructions, troubleshooting - [Use Open Fold](nvidia/protein-folding/) - [Fine tune with Pytorch](nvidia/pytorch-fine-tune/) - [RAG application in AI Workbench](nvidia/rag-ai-workbench/) +- [RAPIDS](nvidia/rapids/) - [SGLang Inference Server](nvidia/sglang/) - [Speculative Decoding](nvidia/speculative-decoding/) - [Stack two Sparks](nvidia/stack-sparks/) diff --git a/nvidia/rapids/README.md b/nvidia/rapids/README.md new file mode 100644 index 0000000..197bd2e --- /dev/null +++ b/nvidia/rapids/README.md @@ -0,0 +1,55 @@ +# RAPIDS + +> Accelerated data science with NVIDIA RAPIDS + +## Table of Contents + +- [Overview](#overview) +- [Instructions](#instructions) + +--- + +## Overview + +## Basic Idea + +## What to know before starting + + + +## Prerequisites + + + +## Ancillary files + + + +## Time & risk + +**Time estimate:** + +**Risks:** + +**Rollback:** + +## Instructions + +## Step 1. Verify system requirements + + +## Step 2. something else + +## Step N. Troubleshooting + +Common issues and solutions for NeMo AutoModel setup on NVIDIA Spark devices. + +| Symptom | Cause | Fix | +|---------|--------|-----| +| blah | blah | blah | + +## Step N+1. Cleanup and rollback + + + +## Step N+2. Next steps