From fb33b10651976ad5a55ba8cf21dc6b7e87a099a6 Mon Sep 17 00:00:00 2001 From: Pan Hu Date: Thu, 19 Mar 2026 01:49:18 -0700 Subject: [PATCH] fix: correct Tinker API URL in README The "Tinker API" link was pointing to the slime GitHub repo instead of the Tinker platform website. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de04c9c78..a231e2a1c1 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ For detailed environment setup, see [Slime](https://github.com/THUDM/slime) or [ #### Don't have a GPU? -Create a [Tinker API](https://github.com/THUDM/slime). That's all you need. But note that Tinker only supports LoRA, which may not be as effective as full fine-tuning. So we are still testing it. +Create a [Tinker API](https://thinkingmachines.ai/tinker/). That's all you need. But note that Tinker only supports LoRA, which may not be as effective as full fine-tuning. So we are still testing it.