Update README.md
Browse files
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 |
|