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