Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ prompt = "Describe this image in detail."
|
|
33 |
```python
|
34 |
from moai.load_moai import prepare_moai
|
35 |
moai_model, moai_processor, seg_model, seg_processor, od_model, od_processor, sgg_model, ocr_model \
|
36 |
-
= prepare_moai(moai_path='
|
37 |
```
|
38 |
|
39 |
### [4] Pre-processing for MoAI
|
|
|
33 |
```python
|
34 |
from moai.load_moai import prepare_moai
|
35 |
moai_model, moai_processor, seg_model, seg_processor, od_model, od_processor, sgg_model, ocr_model \
|
36 |
+
= prepare_moai(moai_path='BK-Lee/MoAI-7B', bits=4, grad_ckpt=False, lora=False, dtype='fp16')
|
37 |
```
|
38 |
|
39 |
### [4] Pre-processing for MoAI
|