Update README.md
Browse files
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(
|