Changed the downloading method from wget to git

This commit is contained in:
anhad
2023-11-14 20:34:46 +05:30
parent 11b410d0c8
commit 2fd0085aea

View File

@@ -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"
]
},
{