You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing git clone [email protected]:Efficient-Large-Model/VILA.git, I reach the error that I am not authenticated or the repository does not exist.
When I install the similar repository at NVlabs/VILA, there is a dependency issue:
awq requires pydantic 2.9.2, but VILA requires pydantic <2, >= 1.
With the incompatible versions, I receive an error in running the inference script: miniconda3/envs/awq/lib/python3.10/site-packages/awq_inference_engine-0.0.0-py3.10-linux-x86_64.egg/awq_inference_engine.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3c1021throwNullDataPtrErrorEv
How do we resolve these dependencies?
The text was updated successfully, but these errors were encountered:
Hi @rossgreer! I am facing dependency issues too! There are many branches in this repo now! The structure of VILA's repo has also changed. I don't know which one goes with what!
I am working with Orin NX devices and would like to run VILA-1.5 with AWQ & tinychat. It would be great if the authors could drop a correspondance table between the different branches that work together on different platforms! @kentang-mit@tonylins
When executing
git clone [email protected]:Efficient-Large-Model/VILA.git
, I reach the error that I am not authenticated or the repository does not exist.When I install the similar repository at NVlabs/VILA, there is a dependency issue:
awq requires pydantic 2.9.2, but VILA requires pydantic <2, >= 1.
With the incompatible versions, I receive an error in running the inference script:
miniconda3/envs/awq/lib/python3.10/site-packages/awq_inference_engine-0.0.0-py3.10-linux-x86_64.egg/awq_inference_engine.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3c1021throwNullDataPtrErrorEv
How do we resolve these dependencies?
The text was updated successfully, but these errors were encountered: