tiantiaf commited on
Commit
9bb0d22
·
verified ·
1 Parent(s): 95eec8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -69,6 +69,7 @@ model = Qwen3VLForConditionalGeneration.from_pretrained(
69
  torch_dtype=torch.bfloat16,
70
  trust_remote_code=True,
71
  )
 
72
 
73
  tokenizer = AutoTokenizer.from_pretrained(base_model)
74
  processor = AutoProcessor.from_pretrained(
 
69
  torch_dtype=torch.bfloat16,
70
  trust_remote_code=True,
71
  )
72
+ model = PeftModel.from_pretrained(model, adapter_id)
73
 
74
  tokenizer = AutoTokenizer.from_pretrained(base_model)
75
  processor = AutoProcessor.from_pretrained(