closed the unclosed quote (#11)
Browse files- closed the unclosed quote (47770a711652d8bf2f2b2d5f1ff0241db09e7ab2)
Co-authored-by: Mohammed Faheem <[email protected]>
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 |
|