Skip to content

2.5 Prepare Model (Can be skipped)

I seem to have written automatic model downloading from modelscope Of course you can also download manually, because I'm really not sure if there are bugs there

Run Code

bash
pip install modelscope
modelscope download --model Qwen/Qwen3-14B --local_dir ./qwen3-14b

Yes... that's how simple it is You need to go to the modelscope community to find the model you need

This section can be skipped (probably)