Update README.md
Browse files
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
|