TheBloke thefaheem commited on
Commit
f6ecb3e
1 Parent(s): 6d5351c

closed the unclosed quote (#11)

Browse files

- closed the unclosed quote (47770a711652d8bf2f2b2d5f1ff0241db09e7ab2)


Co-authored-by: Mohammed Faheem <thefaheem@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -127,7 +127,7 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
127
  prompt = "Tell me about AI"
128
  prompt_template=f'''A helpful assistant who helps the user with any questions asked.
129
  User: {prompt}
130
- Assistant:''
131
 
132
  print("\n\n*** Generate:")
133
 
 
127
  prompt = "Tell me about AI"
128
  prompt_template=f'''A helpful assistant who helps the user with any questions asked.
129
  User: {prompt}
130
+ Assistant:''''
131
 
132
  print("\n\n*** Generate:")
133