i4never commited on
Commit
704cdb8
1 Parent(s): 12c6d41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -29,7 +29,7 @@ language:
29
  - 启动infer代码
30
 
31
  ```shell
32
- python infer.py --model_path TigerResearch/tigerbot-70b-chat-v4-4k
33
  ```
34
 
35
  - 方法2:
@@ -44,14 +44,14 @@ language:
44
 
45
  - 通过huggingface或modelscope平台下载权重
46
  ```shell
47
- git clone https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4-4k
48
- git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4-4k.git
49
  ```
50
 
51
  - 启动infer代码
52
 
53
  ```shell
54
- python infer.py --model_path tigerbot-70b-chat-v4-4k
55
  ```
56
 
57
  ------
@@ -69,7 +69,7 @@ language:
69
  - Run infer script
70
 
71
  ```shell
72
- python infer.py --model_path TigerResearch/tigerbot-70b-chat-v4-4k
73
  ```
74
 
75
  - Method 2:
@@ -84,12 +84,12 @@ language:
84
 
85
  - Download weights from huggingface or modelscope
86
  ```shell
87
- git clone https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4-4k
88
- git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4-4k.git
89
  ```
90
 
91
  - Run infer script
92
 
93
  ```shell
94
- python infer.py --model_path tigerbot-70b-chat-v4-4k
95
  ```
 
29
  - 启动infer代码
30
 
31
  ```shell
32
+ python infer.py --model_path TigerResearch/tigerbot-70b-chat-v4
33
  ```
34
 
35
  - 方法2:
 
44
 
45
  - 通过huggingface或modelscope平台下载权重
46
  ```shell
47
+ git clone https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4
48
+ git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4.git
49
  ```
50
 
51
  - 启动infer代码
52
 
53
  ```shell
54
+ python infer.py --model_path tigerbot-70b-chat-v4
55
  ```
56
 
57
  ------
 
69
  - Run infer script
70
 
71
  ```shell
72
+ python infer.py --model_path TigerResearch/tigerbot-70b-chat-v4
73
  ```
74
 
75
  - Method 2:
 
84
 
85
  - Download weights from huggingface or modelscope
86
  ```shell
87
+ git clone https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4
88
+ git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4.git
89
  ```
90
 
91
  - Run infer script
92
 
93
  ```shell
94
+ python infer.py --model_path tigerbot-70b-chat-v4
95
  ```