Update README.md
Browse files
README.md
CHANGED
@@ -82,14 +82,14 @@ print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True))
|
|
82 |
#### Installation
|
83 |
|
84 |
```shell
|
85 |
-
pip install xtuner
|
86 |
```
|
87 |
|
88 |
#### Chat
|
89 |
|
90 |
```shell
|
91 |
export SERPER_API_KEY="xxx" # Please get the key from https://serper.dev to support google search!
|
92 |
-
xtuner chat Qwen/Qwen-7B --adapter xtuner/Qwen-7B-qlora-moss-003-sft --bot-name Qwen --prompt-template moss_sft --system-prompt moss_sft --with-plugins calculate solve search
|
93 |
```
|
94 |
|
95 |
#### Fine-tune
|
|
|
82 |
#### Installation
|
83 |
|
84 |
```shell
|
85 |
+
pip install -U xtuner
|
86 |
```
|
87 |
|
88 |
#### Chat
|
89 |
|
90 |
```shell
|
91 |
export SERPER_API_KEY="xxx" # Please get the key from https://serper.dev to support google search!
|
92 |
+
xtuner chat Qwen/Qwen-7B --adapter xtuner/Qwen-7B-qlora-moss-003-sft --bot-name Qwen --prompt-template moss_sft --system-prompt moss_sft --with-plugins calculate solve search
|
93 |
```
|
94 |
|
95 |
#### Fine-tune
|