From c38d32e26bf818db479ce7a704b27aecde795514 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 15 Mar 2023 21:52:39 +0100 Subject: [PATCH] Update bonus-unit1.ipynb --- notebooks/bonus-unit1/bonus-unit1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/bonus-unit1/bonus-unit1.ipynb b/notebooks/bonus-unit1/bonus-unit1.ipynb index ccec1ac..52b0835 100644 --- a/notebooks/bonus-unit1/bonus-unit1.ipynb +++ b/notebooks/bonus-unit1/bonus-unit1.ipynb @@ -174,7 +174,7 @@ "source": [ "%%capture\n", "# Clone this specific repository (can take 3min)\n", - "!git clone https://github.com/huggingface/ml-agents/" + "!git clone --depth 1 --branch hf-integration https://github.com/huggingface/ml-agents" ] }, {