GemmaForCausalLM import error fix (#3)
Browse files- GemmaForCausalLM import error fix (3eda1f6e8363425f4045262d9957ff7ff401e9a5)
Co-authored-by: Joseph Pollack <[email protected]>
README.md
CHANGED
|
@@ -46,8 +46,7 @@ Octopus-V2-2B, an advanced open-source language model with 2 billion parameters,
|
|
| 46 |
|
| 47 |
You can run the model on a GPU using the following code.
|
| 48 |
```python
|
| 49 |
-
from
|
| 50 |
-
from transformers import AutoTokenizer
|
| 51 |
import torch
|
| 52 |
import time
|
| 53 |
|
|
|
|
| 46 |
|
| 47 |
You can run the model on a GPU using the following code.
|
| 48 |
```python
|
| 49 |
+
from transformers import AutoTokenizer, GemmaForCausalLM
|
|
|
|
| 50 |
import torch
|
| 51 |
import time
|
| 52 |
|