yasserrmd commited on
Commit
5c3ac12
·
verified ·
1 Parent(s): 5d61ee2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -185,7 +185,7 @@ output = model.generate(
185
  ```python
186
  from vllm import LLM, SamplingParams
187
 
188
- llm = LLM(model="your-namespace/AlgoMind-1.2B")
189
 
190
  sampling_params = SamplingParams(
191
  temperature=0.1,
 
185
  ```python
186
  from vllm import LLM, SamplingParams
187
 
188
+ llm = LLM(model="yasserrmd/GLM4.7-Distill-LFM2.5-1.2B")
189
 
190
  sampling_params = SamplingParams(
191
  temperature=0.1,