liltom-eth commited on
Commit
d1e4689
·
1 Parent(s): 11a6467

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ predictor = huggingface_model.deploy(
54
  )
55
  ```
56
  ## Inference on SageMaker
57
-
58
  ```python
59
  data = {
60
  "image" : 'https://raw.githubusercontent.com/haotian-liu/LLaVA/main/images/llava_logo.png',
 
54
  )
55
  ```
56
  ## Inference on SageMaker
57
+ Default `conv_mode` for llava-1.5 is setup as `llava_v1` to process `raw_prompt` into meaningful `prompt`. You can also setup `conv_mode` as `raw` to directly use `raw_prompt`.
58
  ```python
59
  data = {
60
  "image" : 'https://raw.githubusercontent.com/haotian-liu/LLaVA/main/images/llava_logo.png',