guanwenyu1995 commited on
Commit
bc89322
·
verified ·
1 Parent(s): 640b4ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 ./MiniCPM-4.1-8B-Marlin/ \
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 \