Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ from ctransformers import AutoModelForCausalLM
51
  model = AutoModelForCausalLM.from_pretrained(output_dir, gguf_file,
52
  gpu_layers=32, model_type="llama")
53
 
54
- manual_input: str = "Tell me about your last dream, please."
55
 
56
  llm(manual_input,
57
  max_new_tokens=256,
 
51
  model = AutoModelForCausalLM.from_pretrained(output_dir, gguf_file,
52
  gpu_layers=32, model_type="llama")
53
 
54
+ manual_input: str = "[INST]Tell me about your last dream, please.[/INST]### REPLY:"
55
 
56
  llm(manual_input,
57
  max_new_tokens=256,