Spaces:
Runtime error
Runtime error
BridgeEight
commited on
Commit
•
65ba4a5
1
Parent(s):
110ec24
Update download.sh
Browse files- download.sh +2 -2
download.sh
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
if [ ! -d "turbomind-internlm-chat-20b-w4" ]
|
4 |
then
|
5 |
echo "Downloading..."
|
6 |
-
git lfs clone https://huggingface.co/
|
7 |
fi
|
8 |
-
ls
|
|
|
3 |
if [ ! -d "turbomind-internlm-chat-20b-w4" ]
|
4 |
then
|
5 |
echo "Downloading..."
|
6 |
+
git lfs clone https://huggingface.co/internlm/internlm2-chat-20b-4bits
|
7 |
fi
|
8 |
+
ls internlm/internlm2-chat-20b-4bits
|