thefaheem commited on
Commit
47770a7
1 Parent(s): 6d5351c

closed the unclosed quote

Browse files
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