Update README.md
Browse files
README.md
CHANGED
@@ -89,9 +89,9 @@ We recommend users of this model to develop guardrails and to take appropriate p
|
|
89 |
!pip install -q -U git+https://github.com/huggingface/accelerate.git
|
90 |
```
|
91 |
|
92 |
-
### GPU Inference in
|
93 |
|
94 |
-
This requires a GPU with at least
|
95 |
|
96 |
```python
|
97 |
import torch
|
|
|
89 |
!pip install -q -U git+https://github.com/huggingface/accelerate.git
|
90 |
```
|
91 |
|
92 |
+
### GPU Inference in 8-bit
|
93 |
|
94 |
+
This requires a GPU with at least 12 GB of memory.
|
95 |
|
96 |
```python
|
97 |
import torch
|