LZHgrla commited on
Commit
85043ef
1 Parent(s): 19afbdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -64,6 +64,9 @@ response = pipe(('describe this image', image))
64
  print(response)
65
  ```
66
 
 
 
 
67
  ### Chat with CLI
68
 
69
  See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
 
64
  print(response)
65
  ```
66
 
67
+ 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.
68
+
69
+
70
  ### Chat with CLI
71
 
72
  See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!