derek-thomas HF staff commited on
Commit
4e966cd
1 Parent(s): 5f75644

Checking token length on client side

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ template = env.get_template('template.j2')
24
  template_html = env.get_template('template_html.j2')
25
 
26
  # Initialize tokenizer
27
- tokenizer = AutoTokenizer.from_pretrained('inception-mbzuai/jais-13b-chat')
28
 
29
 
30
  def check_endpoint_status():
 
24
  template_html = env.get_template('template_html.j2')
25
 
26
  # Initialize tokenizer
27
+ tokenizer = AutoTokenizer.from_pretrained('derek-thomas/jais-13b-chat-hf')
28
 
29
 
30
  def check_endpoint_status():