From 7cdd185d03ba91bd72afa8659e027d48f3f99615 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 26 Apr 2023 18:47:51 +0200 Subject: [PATCH] Update hands-on.mdx --- units/en/unit5/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit5/hands-on.mdx b/units/en/unit5/hands-on.mdx index a5c867e..b78a25c 100644 --- a/units/en/unit5/hands-on.mdx +++ b/units/en/unit5/hands-on.mdx @@ -85,7 +85,7 @@ Before diving into the notebook, you need to: ```python %%capture # Clone the repository -!git clone --depth 1 --branch hf-integration https://github.com/huggingface/ml-agents +!git clone --depth 1 --branch hf-integration-save https://github.com/huggingface/ml-agents ``` ```python