From 193f63bd9c916dee29835d4b03e1e9e3ee850a10 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 24 Jan 2024 10:19:28 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit5/hands-on.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/units/en/unit5/hands-on.mdx b/units/en/unit5/hands-on.mdx index 95fe5aa..cd4a157 100644 --- a/units/en/unit5/hands-on.mdx +++ b/units/en/unit5/hands-on.mdx @@ -113,12 +113,10 @@ mkdir ./training-envs-executables mkdir ./training-envs-executables/linux ``` -Download the file SnowballTarget.zip from https://drive.google.com/file/d/1YHHLjyj6gaZ3Gemx1hQgqrPgSS2ZhmB5 using `wget`. - -Check out the full solution to download large files from GDrive [here](https://bcrf.biochem.wisc.edu/2021/02/05/download-google-drive-files-using-wget/) +We downloaded the file SnowballTarget.zip from https://github.com/huggingface/Snowball-Target using `wget` ```bash -wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1YHHLjyj6gaZ3Gemx1hQgqrPgSS2ZhmB5' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1YHHLjyj6gaZ3Gemx1hQgqrPgSS2ZhmB5" -O ./training-envs-executables/linux/SnowballTarget.zip && rm -rf /tmp/cookies.txt +wget "https://github.com/huggingface/Snowball-Target/raw/main/SnowballTarget.zip" -O ./training-envs-executables/linux/SnowballTarget.zip ``` We unzip the executable.zip file