Spaces:
Build error
Build error
Commit
·
4e966cd
1
Parent(s):
5f75644
Checking token length on client side
Browse files
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('
|
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():
|