mintujohnson commited on
Commit
a39d30d
·
verified ·
1 Parent(s): 04e0328

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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