Skip to content

Commit 6826c94

Browse files
author
Teeeio
committed
docs: fix repository URLs and config file paths in model documentation
- Update repository URLs from FlagOpen/FlagScale to flagos-ai/FlagScale across all model docs - Fix incorrect config file path in robobrain2_5 (3b.yaml -> 32b.yaml) Aligns with repository migration to flagos-ai organization.
1 parent 6d5bf95 commit 6826c94

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

examples/pi0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide covers how to train, run inference, and serve PI0 models using FlagSc
77
### Clone Repository
88

99
```sh
10-
git clone https://github.com/FlagOpen/FlagScale.git
10+
git clone https://github.com/flagos-ai/FlagScale.git
1111
cd FlagScale/
1212
```
1313

examples/pi0_5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide covers how to train, run inference, and serve PI0.5 models using Flag
77
### Clone Repository
88

99
```sh
10-
git clone https://github.com/FlagOpen/FlagScale.git
10+
git clone https://github.com/flagos-ai/FlagScale.git
1111
cd FlagScale/
1212
```
1313

examples/qwen2_5_vl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Clone Repository
66

77
```sh
8-
git clone https://github.com/FlagOpen/FlagScale.git
8+
git clone https://github.com/flagos-ai/FlagScale.git
99
cd FlagScale/
1010
```
1111

examples/qwen3_vl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Download the source code。
88

99
```bash
10-
git clone https://github.com/FlagOpen/FlagScale.git
10+
git clone https://github.com/flagos-ai/FlagScale.git
1111
cd FlagScale
1212
```
1313

@@ -24,7 +24,7 @@ pip install --no-build-isolation .
2424
pip install transformers==4.57.1
2525
```
2626

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

2929
### 2. Prepare checkpoint
3030

examples/robobrain2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### Clone Repository
77

88
```sh
9-
git clone https://github.com/FlagOpen/FlagScale.git
9+
git clone https://github.com/flagos-ai/FlagScale.git
1010
cd FlagScale/
1111
```
1212

examples/robobrain2_5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### Clone Repository
77

88
```sh
9-
git clone https://github.com/FlagOpen/FlagScale.git
9+
git clone https://github.com/flagos-ai/FlagScale.git
1010
cd FlagScale/
1111
```
1212

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

8888
```sh
8989
cd FlagScale/
90-
vim examples/robobrain2_5/conf/serve/3b.yaml
90+
vim examples/robobrain2_5/conf/serve/32b.yaml
9191
```
9292

9393
Change 1 fields:

examples/robobrain_x0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Clone Repository
44

55
```sh
6-
git clone https://github.com/FlagOpen/FlagScale.git
6+
git clone https://github.com/flagos-ai/FlagScale.git
77
cd FlagScale/
88
```
99

examples/robobrain_x0_5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Clone Repository
44

55
```sh
6-
git clone https://github.com/FlagOpen/FlagScale.git
6+
git clone https://github.com/flagos-ai/FlagScale.git
77
cd FlagScale/
88
```
99

0 commit comments

Comments
 (0)