Skip to content

Commit

Permalink
Add -U in code blocks of installation using aliyun index link (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper authored Mar 4, 2024
1 parent 55627d5 commit 2216709
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ OneDiff support the acceleratioin for SOTA models.
| | SVD DeepCache | stable | beta | stable | beta | | |

**Note: Enterprise Edition contains all the functionality in Community Edition.**
* stable: release for public usage, and has long-term support;
* beta: release for professional usage, and has long-term support;
* alpha: early release for expert usage, and is **under active development**;
* stable: release for public usage, and has long-term support;
* beta: release for professional usage, and has long-term support;
* alpha: early release for expert usage, and is **under active development**;



Expand All @@ -87,7 +87,7 @@ Compile and save the compiled result offline, then load it online for serving
- [Change device of the compiled graph to do multi-process serving](https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image_sdxl_mp_load.py)

### OneDiff Enterprise Edition
If you need **Enterprise-level Support** for your system or business, you can
If you need **Enterprise-level Support** for your system or business, you can
- subscribe Enterprise Edition online and get all support after the order: https://siliconflow.com/onediff.html
- or send an email to [email protected] and tell us about your user case, deployment scale, and requirements.

Expand Down Expand Up @@ -129,7 +129,7 @@ OneDiff Enterprise Edition can be **subscripted for one month and one GPU** and

```bash
# For CN users
python3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu118
python3 -m pip install -U --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu118
```


Expand All @@ -146,7 +146,7 @@ OneDiff Enterprise Edition can be **subscripted for one month and one GPU** and

```bash
# For CN users
python3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu121
python3 -m pip install -U --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu121
```


Expand All @@ -159,7 +159,7 @@ OneDiff Enterprise Edition can be **subscripted for one month and one GPU** and

```bash
# For CN users
python3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu122
python3 -m pip install -U --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu122
```


Expand Down

0 comments on commit 2216709

Please sign in to comment.