From 528f593c77b473a27343bd600d709758dac00622 Mon Sep 17 00:00:00 2001 From: Yao Chi Date: Tue, 23 Jan 2024 17:55:14 +0800 Subject: [PATCH] update readme (#562) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit onediff quant 没有 cuda 版本依赖了,安装命令简化 --- README_ENTERPRISE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README_ENTERPRISE.md b/README_ENTERPRISE.md index 38fa44ce7..ad59b378f 100644 --- a/README_ENTERPRISE.md +++ b/README_ENTERPRISE.md @@ -34,7 +34,7 @@ Alternatively, you can [contact](#contact) us to inquire about purchasing the On ```bash python3 -m pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/enterprise_cu118 && \ -python3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise-cu118 && \ +python3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise && \ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff ``` @@ -42,7 +42,7 @@ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=o ```bash python3 -m pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/enterprise_cu121 && \ -python3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise-cu121 && \ +python3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise && \ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff ``` @@ -50,7 +50,7 @@ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=o ```bash python3 -m pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/enterprise_cu122 && \ -python3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise-cu122 && \ +python3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise && \ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff ``` @@ -60,7 +60,7 @@ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=o ```bash python3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/main/cu118/ && \ -python3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/cu118/ && \ +python3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/ && \ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff ``` @@ -68,7 +68,7 @@ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=o ```bash python3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/main/cu121/ && \ -python3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/cu121/ && \ +python3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/ && \ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff ``` @@ -76,7 +76,7 @@ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=o ```bash python3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/main/cu122/ && \ -python3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/cu122/ && \ +python3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/ && \ python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff ```