Update note on transformers versions in README.md
Browse files
README.md
CHANGED
|
@@ -87,10 +87,10 @@ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated sys
|
|
| 87 |
|
| 88 |
|
| 89 |
### Installation
|
| 90 |
-
The model requires transformers
|
| 91 |
|
| 92 |
```bash
|
| 93 |
-
pip install transformers=
|
| 94 |
pip install flash-attn==2.6.3 --no-build-isolation
|
| 95 |
```
|
| 96 |
|
|
@@ -247,4 +247,4 @@ NVIDIA believes Trustworthy AI is a shared responsibility and we have establishe
|
|
| 247 |
|
| 248 |
Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
|
| 249 |
|
| 250 |
-
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
|
|
|
|
| 87 |
|
| 88 |
|
| 89 |
### Installation
|
| 90 |
+
The model requires `transformers>=4.45.0` and flash attention installed.
|
| 91 |
|
| 92 |
```bash
|
| 93 |
+
pip install "transformers>=4.45.0"
|
| 94 |
pip install flash-attn==2.6.3 --no-build-isolation
|
| 95 |
```
|
| 96 |
|
|
|
|
| 247 |
|
| 248 |
Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
|
| 249 |
|
| 250 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
|