Update README.md
Browse files
README.md
CHANGED
@@ -126,7 +126,7 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
|
|
126 |
|
127 |
prompt = "Tell me about AI"
|
128 |
prompt_template=f'''You are a helpful assistant
|
129 |
-
### User: prompt
|
130 |
### Assistant:
|
131 |
'''
|
132 |
|
|
|
126 |
|
127 |
prompt = "Tell me about AI"
|
128 |
prompt_template=f'''You are a helpful assistant
|
129 |
+
### User: {prompt}
|
130 |
### Assistant:
|
131 |
'''
|
132 |
|