Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ MiniCPM4 and MiniCPM4.1 are extremely efficient edge-side large model that has u
|
|
| 73 |
### Inference with [CPM.cu](https://github.com/OpenBMB/CPM.cu.git)
|
| 74 |
```bash
|
| 75 |
python -m cpmcu.cli \
|
| 76 |
-
--model-path ./
|
| 77 |
--model-type minicpm \
|
| 78 |
--prompt-text "北京有什么好玩的地方?" \
|
| 79 |
--num-generate 1000 \
|
|
|
|
| 73 |
### Inference with [CPM.cu](https://github.com/OpenBMB/CPM.cu.git)
|
| 74 |
```bash
|
| 75 |
python -m cpmcu.cli \
|
| 76 |
+
--model-path ./MiniCPM4.1-8B-Marlin/ \
|
| 77 |
--model-type minicpm \
|
| 78 |
--prompt-text "北京有什么好玩的地方?" \
|
| 79 |
--num-generate 1000 \
|