Ranjanunicode commited on
Commit
0768374
1 Parent(s): 576c997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,7 +47,7 @@ Output Models generate text only.
47
  ```
48
  - Use the following to get started.
49
 
50
- - ```
51
  from ctransformers import AutoModelForCausalLM
52
 
53
  #Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
@@ -55,7 +55,7 @@ llm = AutoModelForCausalLM.from_pretrained("Ranjanunicode/unicode-llama-2-chat-H
55
 
56
  print(llm("AI is going to"))
57
 
58
- ```
59
 
60
  ### Out-of-Scope Use
61
 
 
47
  ```
48
  - Use the following to get started.
49
 
50
+ ```
51
  from ctransformers import AutoModelForCausalLM
52
 
53
  #Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
 
55
 
56
  print(llm("AI is going to"))
57
 
58
+ ```
59
 
60
  ### Out-of-Scope Use
61