Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions docs/C1/C1.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,10 @@ Notebook 文档由一系列的单元格组成,主要由以下两种形式。

1. 新建虚拟环境
`conda create -n llm-universe python=3.10`
> 注意
> 如果在GitHub的codeBase中出现如下错误:
> ![Conda error](../figures/C1-7-conda-error.png)
> 请修改该条命令为 `conda create -n llm-universe python=3.10 -c defaults`
2. 激活虚拟环境
`conda activate llm-universe`
3. 在希望存储项目的路径下克隆当前仓库
Expand All @@ -958,12 +962,12 @@ Notebook 文档由一系列的单元格组成,主要由以下两种形式。
通常可以通过清华源加速安装
`pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple`

> 这里列出了常用的国内镜像源,镜像源不太稳定时,大家可以按需切换:
> 清华:https://pypi.tuna.tsinghua.edu.cn/simple/
> 阿里云:http://mirrors.aliyun.com/pypi/simple/
> 中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
> 华中科技大学:http://pypi.hustunique.com/simple/
> 上海交通大学:https://mirror.sjtu.edu.cn/pypi/web/simple/
> 这里列出了常用的国内镜像源,镜像源不太稳定时,大家可以按需切换:
> 清华:https://pypi.tuna.tsinghua.edu.cn/simple/
> 阿里云:http://mirrors.aliyun.com/pypi/simple/
> 中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
> 华中科技大学:http://pypi.hustunique.com/simple/
> 上海交通大学:https://mirror.sjtu.edu.cn/pypi/web/simple/
> 豆瓣:http://pypi.douban.com/simple

### 1.7.3 VSCode 配置 Python 环境
Expand Down
Binary file added docs/figures/C1-7-conda-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.