rheremans commited on
Commit
95662cd
1 Parent(s): 56ded97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ template = """Question: {question}
21
  Answer: Let's think step by step."""
22
 
23
  prompt = PromptTemplate.from_template(template)
 
24
  def generate_with_llama_chat(my_config):
25
  print('tokenizer')
26
  tokenizer = AutoTokenizer.from_pretrained(my_config['model_name'])
 
21
  Answer: Let's think step by step."""
22
 
23
  prompt = PromptTemplate.from_template(template)
24
+
25
  def generate_with_llama_chat(my_config):
26
  print('tokenizer')
27
  tokenizer = AutoTokenizer.from_pretrained(my_config['model_name'])