From 680097fbdb48fc0dec56f513767b45d54d397761 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 27 Aug 2024 15:17:25 -0400 Subject: [PATCH] Update release branch in Burn book --- burn-book/src/basic-workflow/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/burn-book/src/basic-workflow/README.md b/burn-book/src/basic-workflow/README.md index 4350df82fa6..1a40067f8f4 100644 --- a/burn-book/src/basic-workflow/README.md +++ b/burn-book/src/basic-workflow/README.md @@ -14,7 +14,8 @@ automatically add the missing imports as you add the code snippets to your code. Be sure to checkout the git branch corresponding to the version of Burn you are using to follow this guide. -The current version of Burn is `0.14` and the corresponding branch to checkout is `main`. +The current version of Burn is `0.14` and the corresponding branch to checkout is +[release/0.14](https://github.com/tracel-ai/burn/tree/release/0.14/examples/guide). The code for this demo can be executed from Burn's base directory using the command: