large language model
References
Create Environment
use conda or miniconda1
2
3conda env remove d2l-zh
conda create -n d2l-zh -y python=3.8 pip
conda activate d2l-zh
install dependencies1
pip install jupyter d2l torch torchvision
download d2l-zh.zip1
2
3wget http://zh-v2.d2l.ai/d2l-zh.zip
unzip d2l-zh.zip
jupyter notebook
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.






