File size: 283 Bytes
0b01481
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
if [ ! -d "chatglm2-6b-int4" ]
then
    echo "Downloading..."
    git lfs clone https://huggingface.co/THUDM/chatglm2-6b-int4
fi
if [ ! -d "Qwen-7B-Chat-Int4" ]
then
    echo "Downloading..."
    git lfs clone https://huggingface.co/Qwen/Qwen-7B-Chat-Int4
fi
echo "Done."