Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
38 |
|
39 |
# Load model and tokenizer
|
40 |
model, tokenizer = FastVisionModel.from_pretrained(
|
41 |
-
"0llheaven/Llama-3.2-
|
42 |
load_in_4bit=True,
|
43 |
use_gradient_checkpointing="unsloth",
|
44 |
)
|
|
|
38 |
|
39 |
# Load model and tokenizer
|
40 |
model, tokenizer = FastVisionModel.from_pretrained(
|
41 |
+
"0llheaven/Llama-3.2-CXR-Instruct-V1",
|
42 |
load_in_4bit=True,
|
43 |
use_gradient_checkpointing="unsloth",
|
44 |
)
|