LZHgrla commited on
Commit
4ff6dbe
1 Parent(s): 5f9cd17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -63,6 +63,8 @@ response = pipe(('describe this image', image))
63
  print(response)
64
  ```
65
 
 
 
66
  ### Chat with CLI
67
 
68
  See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
 
63
  print(response)
64
  ```
65
 
66
+ More details can be found on [inference](https://lmdeploy.readthedocs.io/en/latest/inference/vl_pipeline.html) and [serving](https://lmdeploy.readthedocs.io/en/latest/serving/api_server_vl.html) docs.
67
+
68
  ### Chat with CLI
69
 
70
  See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!