Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
Script for creating this.
|
6 |
|
7 |
```python
|
8 |
from transformers import AutoProcessor, Qwen2VLForConditionalGeneration
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
Script for creating this. llmcompressor installed from source since it depends on something that wasn't compiled into the release at the time.
|
6 |
|
7 |
```python
|
8 |
from transformers import AutoProcessor, Qwen2VLForConditionalGeneration
|