Ask about demo
Is there any demo available to help me use this model? For example, how to load the model, process the input, and obtain the answers. Thank you!
Hi, you can refer to our official github repo. Here shows how you can run inference with the model: https://github.com/NVlabs/VILA?tab=readme-ov-file#inference.
Hi, you can refer to our official github repo. Here shows how you can run inference with the model: https://github.com/NVlabs/VILA?tab=readme-ov-file#inference.
Thank you for your answer. Is there a Python code demo instead of a shell script, so it can be used more flexibly?
You may refer to https://github.com/NVlabs/VILA?tab=readme-ov-file#inference
You may refer to https://github.com/NVlabs/VILA?tab=readme-ov-file#inference
Is there a Python code demo instead of a shell script, so it can be used more flexibly?
Hi, you can refer to this file (https://github.com/NVlabs/Cosmos-Nemotron/blob/main/llava/cli/infer.py). This is the python script it calls when we run vila-infer.