Rohithcept commited on
Commit
9dc95eb
·
verified ·
1 Parent(s): 5ef6d6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ from configuration_fx_nanovlm import FxNanoVLMConfig
102
 
103
  # Load model and tokenizer
104
  model = FxNanoVLMForConditionalGeneration.from_pretrained(
105
- "your-username/fx-nanovlm",
106
  torch_dtype=torch.bfloat16,
107
  device_map="auto",
108
  trust_remote_code=True,
 
102
 
103
  # Load model and tokenizer
104
  model = FxNanoVLMForConditionalGeneration.from_pretrained(
105
+ "Rohihtcept/fx-nanovlm",
106
  torch_dtype=torch.bfloat16,
107
  device_map="auto",
108
  trust_remote_code=True,