Spaces:
Runtime error
Runtime error
BridgeEight
commited on
Commit
•
27053fd
1
Parent(s):
167b9ae
Update download.sh
Browse files- download.sh +10 -3
download.sh
CHANGED
@@ -1,8 +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-
|
7 |
fi
|
8 |
-
ls internlm/internlm2-
|
|
|
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
|