See https://bornforthis.cn/column/AI-Large-model/01.html
Jupyter Notebooks for Geektime AI Course
For large data files, you could download through the following information:
链接: https://pan.baidu.com/s/1Cl0eFNLOkQqquf9ls0trEw 提取码: jvr4
conda create -n bornforthis python=3.10
conda activate bornforthis
conda env update --file conda-env.yml
Or you could use pip as well
pip install -r requirements.txt