Update MACA
parent
77a471f5b1
commit
0b24f2ba19
4
MACA.md
4
MACA.md
@ -250,14 +250,14 @@
|
||||
- 如果不使用 PyTorch Extension 功能,可以不配置 cu-bridge 环境。关于 PyTorch Extension 功能,参见官网描述。
|
||||
|
||||
|
||||
### Pypi安装
|
||||
### Pip安装
|
||||
#### 单包安装
|
||||
- **使用以下命令安装指定包**
|
||||
```bash
|
||||
pip install <package> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
|
||||
```
|
||||
|
||||
#### 使用requirements.txt安装
|
||||
#### 使用requirements.txt批量安装
|
||||
- **在命令行中指定 maca-pypi 源地址**
|
||||
```bash
|
||||
pip install -r ./requirements.txt -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
|
||||
|
Loading…
Reference in New Issue
Block a user