Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ It helps maintain the dialogue capabilities while making the model more accessib
|
|
35 |
|
36 |
## GPU Inference
|
37 |
|
38 |
-
This requires a GPU with
|
39 |
```python
|
40 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
41 |
|
|
|
35 |
|
36 |
## GPU Inference
|
37 |
|
38 |
+
This requires a GPU with 24GB memory.
|
39 |
```python
|
40 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
41 |
|