Skip to content

Commit

Permalink
replace branch in clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Emelyanov committed Feb 17, 2021
1 parent 952d4a1 commit c8dcf18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/Finetune_RuGPTs_with_HF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
2 changes: 1 addition & 1 deletion examples/Generate_text_with_RuGPTs_HF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/ruGPT3XL_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down

0 comments on commit c8dcf18

Please sign in to comment.