THUdyh commited on
Commit
1ceac3f
1 Parent(s): 6f87ed1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -20,6 +20,8 @@ Oryx offers an on-demand solution to seamlessly and efficiently process visual i
20
 
21
  ## Use
22
 
 
 
23
  ```
24
  from oryx.model.builder import load_pretrained_model
25
  from oryx.mm_utils import get_model_name_from_path, process_images, tokenizer_image_token
 
20
 
21
  ## Use
22
 
23
+ We provide a simple generation process for using our model. For more details, please refer to our [Github Repo](https://github.com/liuzuyan/oryx)
24
+
25
  ```
26
  from oryx.model.builder import load_pretrained_model
27
  from oryx.mm_utils import get_model_name_from_path, process_images, tokenizer_image_token