TheBloke commited on
Commit
6556400
1 Parent(s): c805d1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -82,8 +82,8 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
82
 
83
  # Note: check the prompt template is correct for this model.
84
  prompt = "Tell me about AI"
85
- prompt_template=f'''### Human: {prompt}
86
- ### Assistant:'''
87
 
88
  print("\n\n*** Generate:")
89
 
 
82
 
83
  # Note: check the prompt template is correct for this model.
84
  prompt = "Tell me about AI"
85
+ prompt_template=f'''###Human: {prompt}
86
+ ###Assistant:'''
87
 
88
  print("\n\n*** Generate:")
89