shauray commited on
Commit
e02e0e4
1 Parent(s): a679787

Rename README (1).md to README.md

Browse files
Files changed (1) hide show
  1. README (1).md → README.md +1 -1
README (1).md → README.md RENAMED
@@ -54,7 +54,7 @@ from PIL import Image
54
  import requests
55
  import torch
56
 
57
- PATH_TO_CONVERTED_WEIGHTS = "shauray/Llava-Llama-2-7B-hf"
58
 
59
  model = LlavaForCausalLM.from_pretrained(PATH_TO_CONVERTED_WEIGHTS,
60
  device_map="cuda",torch_dtype=torch.float16).to("cuda")
 
54
  import requests
55
  import torch
56
 
57
+ PATH_TO_CONVERTED_WEIGHTS = "shauray/Llava-1.5-7B-hf"
58
 
59
  model = LlavaForCausalLM.from_pretrained(PATH_TO_CONVERTED_WEIGHTS,
60
  device_map="cuda",torch_dtype=torch.float16).to("cuda")