TheBloke commited on
Commit
93e38a2
1 Parent(s): e1c7ca2

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -166,7 +166,7 @@ CT_METAL=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
166
  from ctransformers import AutoModelForCausalLM
167
 
168
  # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
169
- llm = AutoModelForCausalLM.from_pretrained("TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML", model_file="airoboros-l2-13b-gpt4-1.4.1.q4_K_M.gguf", model_type="llama", gpu_layers=50)
170
 
171
  print(llm("AI is going to"))
172
  ```
 
166
  from ctransformers import AutoModelForCausalLM
167
 
168
  # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
169
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF", model_file="airoboros-l2-13b-gpt4-1.4.1.q4_K_M.gguf", model_type="llama", gpu_layers=50)
170
 
171
  print(llm("AI is going to"))
172
  ```