Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #562

Merged
merged 3 commits into from
Jan 23, 2024
Merged

update readme #562

merged 3 commits into from
Jan 23, 2024

Conversation

doombeaker
Copy link
Contributor

onediff quant 没有 cuda 版本依赖了,安装命令简化

python3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff
```

**CUDA 12.2**

```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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

那实际可以简化成之前的, oneflow 多个,quant 和 onediff 共用

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

那样子是文档看起来更简洁。但是用户要复制3次。现在这个看着冗余多,但对于具体的用户,只复制一次。

而且那样我觉得过份强调了 oneflow 的地位

@doombeaker doombeaker merged commit 528f593 into main Jan 23, 2024
@doombeaker doombeaker deleted the no_cudaversion_for_quant branch January 23, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants