From a20c824711da684a7e91e4230df6327770dcef52 Mon Sep 17 00:00:00 2001 From: Sridhar Nandigam Date: Sat, 21 Mar 2026 14:41:09 -0700 Subject: [PATCH] FIX: Broken link to NVIDIA DataDesigner in README (#4500) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c308d66667..477ecbf595 100644 --- a/README.md +++ b/README.md @@ -226,5 +226,5 @@ This structure helps support ongoing Unsloth development while keeping the proje - The [llama.cpp library](https://github.com/ggml-org/llama.cpp) that lets users run and save models with Unsloth - The Hugging Face team and their libraries: [transformers](https://github.com/huggingface/transformers) and [TRL](https://github.com/huggingface/trl) - The Pytorch and [Torch AO](https://github.com/unslothai/unsloth/pull/3391) team for their contributions -- NVIDIA for their [NeMo DataDesigner](github.com/NVIDIA-NeMo/DataDesigner) library and their contributions +- NVIDIA for their [NeMo DataDesigner](https://github.com/NVIDIA-NeMo/DataDesigner) library and their contributions - And of course for every single person who has contributed or has used Unsloth!