Skip to content

Commit 4d0d80b

Browse files
Jize WangJize Wang
Jize Wang
authored and
Jize Wang
committed
update README
1 parent 981e293 commit 4d0d80b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ mkdir -p ./opencompass/data/gta
9292
huggingface-cli download --repo-type dataset --resume-download Jize1/GTA --local-dir ./opencompass/data/gta --local-dir-use-symlinks False
9393
```
9494
### Prepare Your Model
95-
1. Download the model weights. Take Qwen1.5-7B-Chat as an example.
95+
1. Download the model weights.
9696
```
97+
# huggingface-cli download --resume-download hugging/face/repo/name --local-dir your/local/path --local-dir-use-symlinks False
98+
9799
mkdir -p models/qwen1.5-7b-chat
98100
huggingface-cli download --resume-download Qwen/Qwen1.5-7B-Chat --local-dir ./models/qwen1.5-7b-chat --local-dir-use-symlinks False
99101
```
@@ -110,14 +112,14 @@ pip install lmdeploy
110112
lmdeploy serve api_server models/qwen1.5-7b-chat --server-port 12580 --model-name qwen1.5-7b-chat
111113
```
112114
### Deploy Tools
113-
1. Install AgentLego
115+
1. Install AgentLego.
114116
```
115117
conda create -n agentlego python=3.10
116118
conda activate agentlego
117119
cd agentlego
118120
pip install -e .
119121
```
120-
2. Deploy tools for GTA benchmark
122+
2. Deploy tools for GTA benchmark.
121123
```
122124
agentlego-server start --port 16181 --extra ./benchmark.py `cat benchmark_toollist.txt` --host 0.0.0.0
123125
```

0 commit comments

Comments
 (0)