-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Efficient-Large-Model/update_readme_vila15
Update readme of VILA1.5
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,11 @@ pip install git+https://github.com/huggingface/[email protected] | |
``` | ||
## Build TensorRT engine of VILA model | ||
|
||
### For Vila 1.0: | ||
### For VILA 1.0: | ||
|
||
Please refer to the [documentation from TRT-LLM](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/multimodal#llava-and-vila) to deploy the model. | ||
|
||
### For Vila 1.5: | ||
### For VILA 1.5: | ||
|
||
1. Setup | ||
```bash | ||
|
@@ -118,4 +118,4 @@ python run.py \ | |
--image_file=av.png,https://storage.googleapis.com/sfr-vision-language-research/LAVIS/assets/merlion.png \ | ||
--input_text="<image>\n<image>\n Please elaborate what you see in the images?" \ | ||
--run_profiling | ||
``` | ||
``` |