File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ conda activate dataflow
6565
6666pip install open-dataflow
6767```
68+ 如果你想要用你自己的GPU完成本地推理,则需要:
69+ ``` shell
70+ pip install open-dataflow[vllm]
71+ ```
6872> Dataflow 支持 Python>=3.10 的环境
6973
7074你可以用如下指令查看dataflow是否正确安装:
@@ -74,11 +78,11 @@ dataflow -v
7478
7579如果安装正确,应该会看到:
7680``` log
77- open-dataflow codebase version: 0 .0.2
81+ open-dataflow codebase version: 1 .0.0
7882 Checking for updates...
79- Local version: 0 .0.2
80- PyPI newest version: 0 .0.2
81- You are using the latest version: 0 .0.2 .
83+ Local version: 1 .0.0
84+ PyPI newest version: 1 .0.0
85+ You are using the latest version: 1 .0.0 .
8286```
8387
8488更多使用说明和入门指南,请参考我们的 [ 项目文档] ( https://OpenDCAI.github.io/DataFlow-Doc/ ) 。
Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ conda activate dataflow
7979
8080pip install open-dataflow
8181```
82+ If you want to use your own GPU to inference locally, please use:
83+ ``` shell
84+ pip install open-dataflow[vllm]
85+ ```
8286> Dataflow supports Python>=3.10
8387
8488You can use follwing command to check if installed correctly:
@@ -88,11 +92,11 @@ dataflow -v
8892
8993You are expected to see following outputs:
9094``` log
91- open-dataflow codebase version: 0 .0.2
95+ open-dataflow codebase version: 1 .0.0
9296 Checking for updates...
93- Local version: 0 .0.2
94- PyPI newest version: 0 .0.2
95- You are using the latest version: 0 .0.2 .
97+ Local version: 1 .0.0
98+ PyPI newest version: 1 .0.0
99+ You are using the latest version: 1 .0.0 .
96100```
97101
98102For ** Quick-Start** and ** Guide** , please visit our [ Documentation] ( https://OpenDCAI.github.io/DataFlow-Doc/ ) .
Original file line number Diff line number Diff line change 1- __version__ = '0 .0.3 '
1+ __version__ = '1 .0.0 '
22short_version = __version__
33
44def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments