From c8dcf186ace03cc8374887ecb2738af4a64d6d75 Mon Sep 17 00:00:00 2001 From: Anton Emelyanov Date: Wed, 17 Feb 2021 15:59:31 +0300 Subject: [PATCH] replace branch in clone --- examples/Finetune_RuGPTs_with_HF.ipynb | 2 +- examples/Finetune_and_generate_RuGPTs_deepspeed_megatron.ipynb | 2 +- examples/Finetune_and_generate_RuGPTs_only_with_megatron.ipynb | 2 +- examples/Generate_text_with_RuGPTs_HF.ipynb | 2 +- examples/ruGPT3XL_generation.ipynb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/Finetune_RuGPTs_with_HF.ipynb b/examples/Finetune_RuGPTs_with_HF.ipynb index b2922ff..df97f71 100644 --- a/examples/Finetune_RuGPTs_with_HF.ipynb +++ b/examples/Finetune_RuGPTs_with_HF.ipynb @@ -32,7 +32,7 @@ }, "outputs": [], "source": [ - "!git clone --single-branch --branch deepspeed_full https://github.com/sberbank-ai/ru-gpts" + "!git clone https://github.com/sberbank-ai/ru-gpts" ] }, { diff --git a/examples/Finetune_and_generate_RuGPTs_deepspeed_megatron.ipynb b/examples/Finetune_and_generate_RuGPTs_deepspeed_megatron.ipynb index 939b6e8..37092b5 100644 --- a/examples/Finetune_and_generate_RuGPTs_deepspeed_megatron.ipynb +++ b/examples/Finetune_and_generate_RuGPTs_deepspeed_megatron.ipynb @@ -82,7 +82,7 @@ "id": "_gE7xBM_z-uW" }, "source": [ - "!git clone --single-branch --branch deepspeed_full https://github.com/sberbank-ai/ru-gpts" + "!git clone https://github.com/sberbank-ai/ru-gpts" ], "execution_count": null, "outputs": [] diff --git a/examples/Finetune_and_generate_RuGPTs_only_with_megatron.ipynb b/examples/Finetune_and_generate_RuGPTs_only_with_megatron.ipynb index 8ab52e9..0969397 100644 --- a/examples/Finetune_and_generate_RuGPTs_only_with_megatron.ipynb +++ b/examples/Finetune_and_generate_RuGPTs_only_with_megatron.ipynb @@ -82,7 +82,7 @@ "id": "_gE7xBM_z-uW" }, "source": [ - "!git clone --single-branch --branch deepspeed_full https://github.com/sberbank-ai/ru-gpts" + "!git clone https://github.com/sberbank-ai/ru-gpts" ], "execution_count": null, "outputs": [] diff --git a/examples/Generate_text_with_RuGPTs_HF.ipynb b/examples/Generate_text_with_RuGPTs_HF.ipynb index 96b48f0..14ed945 100644 --- a/examples/Generate_text_with_RuGPTs_HF.ipynb +++ b/examples/Generate_text_with_RuGPTs_HF.ipynb @@ -32,7 +32,7 @@ }, "outputs": [], "source": [ - "!git clone --single-branch --branch deepspeed_full https://github.com/sberbank-ai/ru-gpts" + "!git clone https://github.com/sberbank-ai/ru-gpts" ] }, { diff --git a/examples/ruGPT3XL_generation.ipynb b/examples/ruGPT3XL_generation.ipynb index bd5f687..36f83bd 100644 --- a/examples/ruGPT3XL_generation.ipynb +++ b/examples/ruGPT3XL_generation.ipynb @@ -231,7 +231,7 @@ "id": "t43yH5k1jtZZ" }, "source": [ - "!git clone --single-branch --branch deepspeed_full https://github.com/sberbank-ai/ru-gpts" + "!git clone https://github.com/sberbank-ai/ru-gpts" ], "execution_count": null, "outputs": []