Spaces:
Runtime error
Runtime error
InternLM-Math
commited on
Commit
•
17f005c
1
Parent(s):
d21c507
Update download.sh
Browse files- download.sh +6 -6
download.sh
CHANGED
@@ -7,9 +7,9 @@
|
|
7 |
# fi
|
8 |
# ls internlm/internlm2-chat-20b-4bits
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
7 |
# fi
|
8 |
# ls internlm/internlm2-chat-20b-4bits
|
9 |
|
10 |
+
if [ ! -d "internlm2-math-7b" ]
|
11 |
+
then
|
12 |
+
echo "Downloading..."
|
13 |
+
git lfs clone https://huggingface.co/internlm/internlm2-math-7b
|
14 |
+
fi
|
15 |
+
ls internlm/internlm2-math-7b
|