jarvisvasu commited on
Commit
3c09fbb
·
verified ·
1 Parent(s): 71ef007

bitsandbytes

Browse files

install bitsandbytes

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -100,7 +100,7 @@ We have three models with 3, 7 and 72 billion parameters. This repo contains the
100
  ## Requirements
101
  The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
102
  ```
103
- pip install git+https://github.com/huggingface/transformers accelerate
104
  ```
105
  or you might encounter the following error:
106
  ```
@@ -114,7 +114,7 @@ Below, we provide simple examples to show how to use Qwen2.5-VL with 🤖 ModelS
114
 
115
  The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
116
  ```
117
- pip install git+https://github.com/huggingface/transformers accelerate
118
  ```
119
  or you might encounter the following error:
120
  ```
@@ -126,7 +126,7 @@ We offer a toolkit to help you handle various types of visual input more conveni
126
 
127
  ```bash
128
  # It's highly recommanded to use `[decord]` feature for faster video loading.
129
- pip install qwen-vl-utils[decord]==0.0.8 bitsandbytes
130
  ```
131
 
132
  If you are not using Linux, you might not be able to install `decord` from PyPI. In that case, you can use `pip install qwen-vl-utils` which will fall back to using torchvision for video processing. However, you can still [install decord from source](https://github.com/dmlc/decord?tab=readme-ov-file#install-from-source) to get decord used when loading video.
 
100
  ## Requirements
101
  The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
102
  ```
103
+ pip install git+https://github.com/huggingface/transformers accelerate bitsandbytes
104
  ```
105
  or you might encounter the following error:
106
  ```
 
114
 
115
  The code of Qwen2.5-VL has been in the latest Hugging face transformers and we advise you to build from source with command:
116
  ```
117
+ pip install git+https://github.com/huggingface/transformers accelerate bitsandbytes
118
  ```
119
  or you might encounter the following error:
120
  ```
 
126
 
127
  ```bash
128
  # It's highly recommanded to use `[decord]` feature for faster video loading.
129
+ pip install qwen-vl-utils[decord]==0.0.8
130
  ```
131
 
132
  If you are not using Linux, you might not be able to install `decord` from PyPI. In that case, you can use `pip install qwen-vl-utils` which will fall back to using torchvision for video processing. However, you can still [install decord from source](https://github.com/dmlc/decord?tab=readme-ov-file#install-from-source) to get decord used when loading video.