FredyRivera-dev commited on
Commit
bf7afe5
·
verified ·
1 Parent(s): 29ca31f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -124,7 +124,7 @@ During **post-training**, we proceed in three steps: **SFT**, **RL**, and **OPD*
124
 
125
  ```bash
126
  pip install "vllm>=0.21"
127
- vllm serve openbmb/MiniCPM5-1B --port 8000
128
  ```
129
 
130
  ```bash
@@ -142,7 +142,7 @@ curl http://localhost:8000/v1/chat/completions \
142
 
143
  ```bash
144
  pip install "sglang[srt]>=0.5.12"
145
- python -m sglang.launch_server --model-path openbmb/MiniCPM5-1B --port 30000
146
  ```
147
 
148
  ```bash
@@ -165,7 +165,7 @@ pip install -U "transformers>=5.6" accelerate torch
165
  ```python
166
  from transformers import AutoModelForCausalLM, AutoTokenizer
167
 
168
- model_id = "openbmb/MiniCPM5-1B"
169
  tokenizer = AutoTokenizer.from_pretrained(model_id)
170
  model = AutoModelForCausalLM.from_pretrained(
171
  model_id,
 
124
 
125
  ```bash
126
  pip install "vllm>=0.21"
127
+ vllm serve FredyRivera-dev/MiniCPM5-1B --port 8000
128
  ```
129
 
130
  ```bash
 
142
 
143
  ```bash
144
  pip install "sglang[srt]>=0.5.12"
145
+ python -m sglang.launch_server --model-path FredyRivera-dev/MiniCPM5-1B --port 30000
146
  ```
147
 
148
  ```bash
 
165
  ```python
166
  from transformers import AutoModelForCausalLM, AutoTokenizer
167
 
168
+ model_id = "FredyRivera-dev/MiniCPM5-1B"
169
  tokenizer = AutoTokenizer.from_pretrained(model_id)
170
  model = AutoModelForCausalLM.from_pretrained(
171
  model_id,