Spaces:
Runtime error
Runtime error
File size: 257 Bytes
38fe132 448bdc5 38fe132 65ba4a5 38fe132 65ba4a5 |
1 2 3 4 5 6 7 8 9 |
#!/bin/sh
# git clone [email protected]:lmdeploy/turbomind-internlm-chat-20b-w4
if [ ! -d "internlm2-chat-20b-4bits" ]
then
echo "Downloading..."
git lfs clone https://huggingface.co/internlm/internlm2-chat-20b-4bits
fi
ls internlm/internlm2-chat-20b-4bits
|