TheBloke commited on
Commit
f9ce0a0
1 Parent(s): a94af5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -97,14 +97,12 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
97
  quantize_config=None)
98
 
99
  prompt = "Tell me about AI"
100
- prompt_template=f'''```
101
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
102
 
103
  ### Instruction: PROMPT
104
 
105
  ### Response:
106
-
107
- ```
108
  '''
109
 
110
  print("\n\n*** Generate:")
 
97
  quantize_config=None)
98
 
99
  prompt = "Tell me about AI"
100
+ prompt_template=f'''
101
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
102
 
103
  ### Instruction: PROMPT
104
 
105
  ### Response:
 
 
106
  '''
107
 
108
  print("\n\n*** Generate:")