WIP: fix readme
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ pipeline_tag: text-generation
|
|
| 11 |
Before proceeding with the inference of `internlm2-chat-7b-4bits`, please ensure that lmdeploy is installed.
|
| 12 |
|
| 13 |
```shell
|
| 14 |
-
pip install
|
| 15 |
```
|
| 16 |
|
| 17 |
## Inference
|
|
|
|
| 11 |
Before proceeding with the inference of `internlm2-chat-7b-4bits`, please ensure that lmdeploy is installed.
|
| 12 |
|
| 13 |
```shell
|
| 14 |
+
pip install lmdeploy
|
| 15 |
```
|
| 16 |
|
| 17 |
## Inference
|