Ask about demo

#1
by Lanbai44 - opened

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!

Efficient-Large-Model org

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?

Efficient-Large-Model org

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?

Efficient-Large-Model org

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.

Sign up or log in to comment