sh2orc commited on
Commit
9a0e866
·
verified ·
1 Parent(s): 9ee1aef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ from vllm import LLM, SamplingParams
43
 
44
  # prepare model
45
  llm = LLM(
46
- model="neuralmagic/Qwen2.5-VL-72B-Instruct-FP8-Dynamic",
47
  trust_remote_code=True,
48
  max_model_len=4096,
49
  max_num_seqs=2,
 
43
 
44
  # prepare model
45
  llm = LLM(
46
+ model="BCCard/Qwen2.5-VL-72B-Instruct-FP8-Dynamic",
47
  trust_remote_code=True,
48
  max_model_len=4096,
49
  max_num_seqs=2,