mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
Use git shallow clone to improve cloning performance
This commit is contained in:
+2
-2
@@ -45,7 +45,7 @@
|
||||
"colab": {}
|
||||
},
|
||||
"source": [
|
||||
"!git clone https://github.com/nickwalton/AIDungeon/\n",
|
||||
"!git clone --depth 1 https://github.com/nickwalton/AIDungeon/\n",
|
||||
"%cd AIDungeon\n",
|
||||
"!./install.sh\n",
|
||||
"from IPython.display import clear_output \n",
|
||||
@@ -71,4 +71,4 @@
|
||||
"outputs": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user