Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Follow [the installation guide](https://github.com/turingmotors/heron/).
|
|
26 |
```python
|
27 |
import torch
|
28 |
from heron.models.git_llm.git_japanese_stablelm_alpha import GitJapaneseStableLMAlphaForCausalLM
|
29 |
-
from transformers import AutoProcessor
|
30 |
|
31 |
device_id = 0
|
32 |
device = f"cuda:{device_id}"
|
|
|
26 |
```python
|
27 |
import torch
|
28 |
from heron.models.git_llm.git_japanese_stablelm_alpha import GitJapaneseStableLMAlphaForCausalLM
|
29 |
+
from transformers import AutoProcessor, LlamaTokenizer
|
30 |
|
31 |
device_id = 0
|
32 |
device = f"cuda:{device_id}"
|