Skip to content

Commit

Permalink
optimizer standalone deploy doc
Browse files Browse the repository at this point in the history
Signed-off-by: mgqa34 <mgq3374541@163.com>
  • Loading branch information
mgqa34 committed Aug 1, 2024
1 parent 2946ea2 commit cc9c82e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions doc/standalone_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@ After installing successfully, please refer to [tutorials](../README.md#quick-st
In this way, user can run tasks with Pipeline or Launcher.

### 3.1 Installing Python Environment
- Prepare and install [conda](https://docs.conda.io/projects/miniconda/en/latest/) environment.
- Create a virtual environment:

```shell
# FATE-LLM requires Python >= 3.10
conda create -n fate_env python=3.10
conda activate fate_env
```
Please refer to section-2.1

### 3.2 Installing FATE-LLM with FATE, FATE-Flow, FATE-Client

Expand All @@ -59,7 +52,8 @@ pip install fate_client[fate,fate_flow,fate_client]==2.2.0
### 3.3 Service Initialization

```shell
fate_flow init --ip 127.0.0.1 --port 9380 --home $HOME_DIR
mkdir fate_workspace
fate_flow init --ip 127.0.0.1 --port 9380 --home $(pwd)/fate_workspace
pipeline init --ip 127.0.0.1 --port 9380
```
- `ip`: The IP address where the service runs.
Expand Down

0 comments on commit cc9c82e

Please sign in to comment.