FlagRelease commited on
Commit
0f88877
·
1 Parent(s): 120909c

update README: reorder FlagOS and model download steps

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,14 +1,14 @@
1
  # Quick Start
2
 
3
- ## Download Model Ckpts
4
- You should download RoboBrain-X0's weights to /share/
5
-
6
  ## Pull Docker Image
7
  ```sh
8
  docker pull harbor.baai.ac.cn/flagrelease-public/robobrain_x0_flagscale
9
  ```
10
  You can use cuda12.4.1-cudnn9.5.0-python3.12-torch2.6.0-time250928-ssh tag for now.
11
 
 
 
 
12
  ## Run Container
13
  ```sh
14
  docker run -itd --name robotics_pretrain --privileged --gpus all --net=host --ipc=host --device=/dev/infiniband --shm-size 512g --ulimit memlock=-1 -v /share/:/models harbor.baai.ac.cn/flagrelease-public/robobrain_x0_flagscale
 
1
  # Quick Start
2
 
 
 
 
3
  ## Pull Docker Image
4
  ```sh
5
  docker pull harbor.baai.ac.cn/flagrelease-public/robobrain_x0_flagscale
6
  ```
7
  You can use cuda12.4.1-cudnn9.5.0-python3.12-torch2.6.0-time250928-ssh tag for now.
8
 
9
+ ## Download Model Ckpts
10
+ You should download RoboBrain-X0's weights to /share/
11
+
12
  ## Run Container
13
  ```sh
14
  docker run -itd --name robotics_pretrain --privileged --gpus all --net=host --ipc=host --device=/dev/infiniband --shm-size 512g --ulimit memlock=-1 -v /share/:/models harbor.baai.ac.cn/flagrelease-public/robobrain_x0_flagscale