From 24c7fd48959458089b860d60544ec6afb122bbd2 Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 27 Sep 2024 11:52:50 +0800 Subject: [PATCH] Add MACA-Pytorch --- MACA-Pytorch.-.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 MACA-Pytorch.-.md diff --git a/MACA-Pytorch.-.md b/MACA-Pytorch.-.md new file mode 100644 index 0000000..4d2c0af --- /dev/null +++ b/MACA-Pytorch.-.md @@ -0,0 +1,30 @@ +## MACA Pytorch 使用指南 + +```bash +# 一次性安装: +# 使用以下命令一次性安装指定包: +pip install -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + +# 永久配置: +# 如需永久配置 PyPI 源,使用以下命令: +pip config set global.index-url https://repos.metax-tech.com/r/maca-pypi/simple +pip config set global.trusted-host repos.metax-tech.com + +# 安装包及列出可用版本: +# 1. pip 21.0 及之前版本: +# 使用以下命令列出某个包的所有可用版本: +pip install == -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + +# 2. pip 21.0 之后版本: +# 使用以下命令列出某个包的所有可用版本: +pip index versions -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + +# 特别注意: +# 包依赖: +# 在 pip install 过程中,https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,以解决第三方依赖包问题。 + +# 公司自定义包: +# 如果需要安装的包与第三方源中同名,请区分公司包版本,格式如:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05。 + +# 兼容性: +# 当前仓库仅支持 Python 3.8 和 Python 3.10 版本。