Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions examples/emu3.5/conf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ vLLM implementation of https://github.com/baaivision/Emu3.5
## Environment Setup

### Install FlagScale
- Build from source code base on vLLM tag/0.11.0
- Install FlagScale and vLLM-FL backend (based on vLLM)
```bash
git clone https://github.com/flagos-ai/FlagScale.git
cd FlgScale
python tools/patch/unpatch.py --backend vllm
cd FlagScale/third_party/vllm
pip install -r requirements/cuda.txt --no-cache-dir
MAX_JOBS=32 pip install --no-build-isolation -v .
cd FlagScale
pip install . --verbose

# Install vLLM-FL backend
git clone https://github.com/flagos-ai/vllm-FL
cd vllm-FL
pip install -e .
```

### Prepare Emu3.5
Expand Down
2 changes: 1 addition & 1 deletion examples/pi0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This guide covers how to train, run inference, and serve PI0 models using FlagSc
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pi0_5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This guide covers how to train, run inference, and serve PI0.5 models using Flag
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down
2 changes: 1 addition & 1 deletion examples/qwen2_5_vl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down
4 changes: 2 additions & 2 deletions examples/qwen3_vl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Download the source code。

```bash
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale
```

Expand All @@ -24,7 +24,7 @@ pip install --no-build-isolation .
pip install transformers==4.57.1
```

You can also refer to the readme in `https://github.com/FlagOpen/FlagScale.git`
You can also refer to the readme in `https://github.com/flagos-ai/FlagScale.git`

### 2. Prepare checkpoint

Expand Down
2 changes: 1 addition & 1 deletion examples/robobrain2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down
4 changes: 2 additions & 2 deletions examples/robobrain2_5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down Expand Up @@ -87,7 +87,7 @@ tail -f outputs/robobrain2.5_4b/serve_logs/host_0_localhost.output

```sh
cd FlagScale/
vim examples/robobrain2_5/conf/serve/3b.yaml
vim examples/robobrain2_5/conf/serve/32b.yaml
```

Change 1 fields:
Expand Down
2 changes: 1 addition & 1 deletion examples/robobrain_x0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down
2 changes: 1 addition & 1 deletion examples/robobrain_x0_5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Clone Repository

```sh
git clone https://github.com/FlagOpen/FlagScale.git
git clone https://github.com/flagos-ai/FlagScale.git
cd FlagScale/
```

Expand Down