1、环境安装
conda create -n deepseek python=3.10
conda activate deepseek
GPU环境安装参考下面文章中安装pytorch GPU环境部分
win10安装3DGS环境(GPU)超详细
2、安装python包
pip install modelscope -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install llama-index-embeddings-huggingface llama-index-llms-huggingface llama-index-core -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install llama-index markdown -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install llama-index-core -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install llama-index -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install llama-inde