sequelbox mahiatlinux commited on
Commit
fefad69
1 Parent(s): f600055

Code formatting fix again (so sorry!!!) (#4)

Browse files

- Code formatting fix again (so sorry!!!) (cb1aaae95041a616d5b71a3ca6a03fde8ed08f12)


Co-authored-by: Maheswar KK <mahiatlinux@users.noreply.huggingface.co>

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