From dccd478881735f48f0bae38285e61269fbc134f7 Mon Sep 17 00:00:00 2001 From: repos Date: Tue, 17 Dec 2024 09:38:07 +0800 Subject: [PATCH] Update MACA --- MACA.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/MACA.md b/MACA.md index c9828f0..c8ff183 100644 --- a/MACA.md +++ b/MACA.md @@ -298,12 +298,17 @@ For Windows 在文件 %USERPROFILE%/.condarc 中删除 "- defaults" 这一行 ``` + ### 列出可用版本 - ```bash conda search --info -c https://repos.metax-tech.com/r/maca-conda/ ``` +## 兼容性 + - 当前仓库仅支持 Python 3.8 和 Python 3.10 版本。 + + ## 安装指南 - **1.安装 mcPyTorch** @@ -393,15 +398,6 @@ python -m pip uninstall torch ``` -## 需要注意 -### 包依赖 - - https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决安装过程中的依赖问题。 -### 沐曦MACA包 - - 当第三方源中的包名与沐曦MACA包名相同时,请区分版本号。 - - 沐曦包的版本号格式为:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05 - -### 兼容性 - - 当前仓库仅支持 Python 3.8 和 Python 3.10 版本。 \ No newline at end of file