AhmetZeer commited on
Commit
b06f7af
1 Parent(s): dbb4676

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ pip install git+https://github.com/haotian-liu/LLaVA.git --no-deps
41
  from lmdeploy import pipeline, ChatTemplateConfig
42
  from lmdeploy.vl import load_image
43
 
44
- pipe = pipeline("ytu-ce-cosmos/model_name",
45
  chat_template_config=ChatTemplateConfig(model_name='llama3'))
46
 
47
  url = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/idefics-im-captioning.jpg"
 
41
  from lmdeploy import pipeline, ChatTemplateConfig
42
  from lmdeploy.vl import load_image
43
 
44
+ pipe = pipeline("ytu-ce-cosmos/Turkish-LLaVA-v0.1",
45
  chat_template_config=ChatTemplateConfig(model_name='llama3'))
46
 
47
  url = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/idefics-im-captioning.jpg"