ocg2347
ocg2347
best not use conda environments if possible. I switched to python venv and nothing went wrong :)
If that does not help try to install it with: `CAUSAL_CONV1D_FORCE_BUILD=TRUE pip install https://github.com/Dao-AILab/causal-conv1d/archive/refs/tags/v1.1.2.tar.gz`
I imagine you missed a step during VILA installation: `cp -rv ./llava/train/transformers_replace/* ~/anaconda3/envs/vila/lib/python3.10/site-packages/transformers/models/` Source: README/Installation @ https://github.com/Efficient-Large-Model/VILA
If you do not use gemini, I advice you to look at this: https://github.com/datalab-to/marker/issues/785#issuecomment-3035236316
Any update? I have 250-page pdf. and when i try to run: ```python from unstructured.partition.pdf import partition_pdf elements = partition_pdf( file_path, languages=["eng", "tr"], staregy = "hi-res", extract_images_in_pdf=True, extract_image_block_types=["Image", "Table"], hi_res_model_name...
How did u fix this?
yes that would be nice!