Spaces:
Runtime error
Runtime error
InternLM-Math
commited on
Commit
•
b694e0c
1
Parent(s):
8781f51
Create download.sh
Browse files- download.sh +15 -0
download.sh
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
# git clone [email protected]:lmdeploy/turbomind-internlm-chat-20b-w4
|
3 |
+
# if [ ! -d "internlm2-chat-20b-4bits" ]
|
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
|
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
|