From 0ce415405f60c6e67ce4fc298343a403fa54d94c Mon Sep 17 00:00:00 2001 From: Yao Chi Date: Tue, 23 Jan 2024 19:07:33 +0800 Subject: [PATCH] Update README.md (#2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5cce8..99901ce 100644 --- a/README.md +++ b/README.md @@ -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://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/ \ +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 ```