Update README.md
Browse files
README.md
CHANGED
@@ -124,6 +124,10 @@ output_text = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
|
124 |
print(output_text)
|
125 |
|
126 |
```
|
|
|
|
|
|
|
|
|
127 |
## Accelerator mode:
|
128 |
```py
|
129 |
pip install accelerate #GPU A100/L4
|
|
|
124 |
print(output_text)
|
125 |
|
126 |
```
|
127 |
+
|
128 |
+
Google colab - [link](https://colab.research.google.com/drive/1ZgUrbonMlK05iQ-tgWZ_lFmUZFbWZNnM?usp=sharing)
|
129 |
+
|
130 |
+
|
131 |
## Accelerator mode:
|
132 |
```py
|
133 |
pip install accelerate #GPU A100/L4
|