mahiatlinux commited on
Commit
cb1aaae
1 Parent(s): f600055

Code formatting fix again (so sorry!!!)

Browse files

Hi there, so sorry, I made a small mistake earlier. Please feel free to merge this to fix it. Sorry again.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Right now, we're working on more new Build Tools to come very soon, built on Lla
45
  ## Prompting Guide
46
  Enigma uses the [Llama 3.1 Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
47
 
48
- python```
49
  import transformers
50
  import torch
51
 
 
45
  ## Prompting Guide
46
  Enigma uses the [Llama 3.1 Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
47
 
48
+ ```python
49
  import transformers
50
  import torch
51