Spaces:
Build error
Build error
File size: 357 Bytes
b708b02 745bf41 |
1 2 3 4 5 6 7 8 |
!pip install --upgrade byaldi
!apt-get install -y poppler-utils or !sudo apt-get install -y poppler-utils
!pip install git+https://github.com/huggingface/transformers (make sure to install the latest version)
!pip install qwen-vl-utils
!pip install -U flash-attn --no-build-isolation
!pip install optimum auto-gptq
!pip install torch torchvision torchaudio
|