-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -U in code blocks of installation using aliyun index link (#699)
- Loading branch information
1 parent
55627d5
commit 2216709
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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**; | ||
|
||
|
||
|
||
|
@@ -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. | ||
|
||
|
@@ -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 | ||
``` | ||
|
||
|
||
|
@@ -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 | ||
``` | ||
|
||
|
||
|
@@ -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 | ||
``` | ||
|
||
|
||
|