mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-20 06:19:11 +00:00
Changed the downloading method from wget to git
This commit is contained in:
@@ -37,9 +37,8 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"Model = \"https://huggingface.co/turboderp/Llama2-7B-exl2/resolve/2.5bpw/output.safetensors\" #@param [\"\"]{allow-input: true}\n",
|
||||
"%cd exui\n",
|
||||
"!wget $Model\n"
|
||||
"Model=\"https://huggingface.co/Kooten/Utopia-13B-4bpw-h8-exl2\" #@param [\"\"]{allow-input: true}\n",
|
||||
"!git clone $Model"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user