i4never commited on
Commit
383da49
·
1 Parent(s): c9af9a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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-v3.git
49
  ```
50
 
51
  - 启动infer代码
52
 
53
  ```shell
54
- python infer.py --model_path tigerbot-13b-chat(-v3)
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-v3.git
89
  ```
90
 
91
  - Run infer script
92
 
93
  ```shell
94
- python infer.py --model_path tigerbot-13b-chat(-v3)
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
  ```