From 258e08e1aecca0bffe4d973f16a4f0b6b73c849a Mon Sep 17 00:00:00 2001 From: Francis Date: Sun, 2 Feb 2025 17:59:23 +0000 Subject: [PATCH] Update README.md Update OpenAI Triton lang link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e635dabe..d59db4321 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ All notebooks are **beginner friendly**! Add your dataset, click "Run All", and |   **Reddit** | [Join our Reddit page](https://reddit.com/r/unsloth)| ## ⭐ Key Features -- All kernels written in [OpenAI's Triton](https://openai.com/research/triton) language. **Manual backprop engine**. +- All kernels written in [OpenAI's Triton](https://triton-lang.org/) language. **Manual backprop engine**. - **0% loss in accuracy** - no approximation methods - all exact. - No change of hardware. Supports NVIDIA GPUs since 2018+. Minimum CUDA Capability 7.0 (V100, T4, Titan V, RTX 20, 30, 40x, A100, H100, L40 etc) [Check your GPU!](https://developer.nvidia.com/cuda-gpus) GTX 1070, 1080 works, but is slow. - Works on **Linux** and **Windows** via WSL.