Update README.md
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ pip install -U xtuner
|
|
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-
|
93 |
```
|
94 |
|
95 |
#### Fine-tune
|
|
|
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-template moss_sft --with-plugins calculate solve search
|
93 |
```
|
94 |
|
95 |
#### Fine-tune
|