4 lines
97 B
Bash
4 lines
97 B
Bash
mkdir -p models
|
|
wget https://lenoctambule.dev/media/qwen.tar.gz
|
|
tar xvf qwen.tar.gz -C ./models/
|