Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
| 23 |
|
| 24 |
# Inference
|
| 25 |
|
| 26 |
-
```
|
| 27 |
from unsloth import FastLanguageModel
|
| 28 |
from transformers import TextStreamer
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
# Inference
|
| 25 |
|
| 26 |
+
```python
|
| 27 |
from unsloth import FastLanguageModel
|
| 28 |
from transformers import TextStreamer
|
| 29 |
|