Update README.md
Browse files
README.md
CHANGED
@@ -45,13 +45,13 @@ language:
|
|
45 |
- 通过huggingface或modelscope平台下载权重
|
46 |
```shell
|
47 |
git clone https://huggingface.co/TigerResearch/tigerbot-13b-chat
|
48 |
-
git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-chat-
|
49 |
```
|
50 |
|
51 |
- 启动infer代码
|
52 |
|
53 |
```shell
|
54 |
-
python infer.py --model_path tigerbot-13b-chat(-
|
55 |
```
|
56 |
|
57 |
------
|
@@ -85,11 +85,11 @@ language:
|
|
85 |
- Download weights from huggingface or modelscope
|
86 |
```shell
|
87 |
git clone https://huggingface.co/TigerResearch/tigerbot-13b-chat
|
88 |
-
git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-chat-
|
89 |
```
|
90 |
|
91 |
- Run infer script
|
92 |
|
93 |
```shell
|
94 |
-
python infer.py --model_path tigerbot-13b-chat(-
|
95 |
```
|
|
|
45 |
- 通过huggingface或modelscope平台下载权重
|
46 |
```shell
|
47 |
git clone https://huggingface.co/TigerResearch/tigerbot-13b-chat
|
48 |
+
git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-chat-v4.git
|
49 |
```
|
50 |
|
51 |
- 启动infer代码
|
52 |
|
53 |
```shell
|
54 |
+
python infer.py --model_path tigerbot-13b-chat(-v4)
|
55 |
```
|
56 |
|
57 |
------
|
|
|
85 |
- Download weights from huggingface or modelscope
|
86 |
```shell
|
87 |
git clone https://huggingface.co/TigerResearch/tigerbot-13b-chat
|
88 |
+
git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-chat-v4.git
|
89 |
```
|
90 |
|
91 |
- Run infer script
|
92 |
|
93 |
```shell
|
94 |
+
python infer.py --model_path tigerbot-13b-chat(-v4)
|
95 |
```
|