Namitg02 commited on
Commit
e79222a
·
verified ·
1 Parent(s): 7b100d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def talk(prompt, history):
151
  # print("check11")
152
  # start a thread
153
  outputs = []
154
- input_ids = llm.tokenize(*messages)
155
 
156
  start = time.time()
157
  NUM_TOKENS=0
 
151
  # print("check11")
152
  # start a thread
153
  outputs = []
154
+ input_ids = tokenizer(*messages)
155
 
156
  start = time.time()
157
  NUM_TOKENS=0