Annorita commited on
Commit
e58cb95
1 Parent(s): 1c512f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ model_option = ['deepseek-ai/deepseek-coder-1.3b-instruct',
12
  'microsoft/phi-2',
13
  'mistralai/Mistral-7B-Instruct-v0.2',
14
  'codellama/CodeLlama-7b-hf',
 
15
  'gpt2'
16
  'enter by myself']
17
 
 
12
  'microsoft/phi-2',
13
  'mistralai/Mistral-7B-Instruct-v0.2',
14
  'codellama/CodeLlama-7b-hf',
15
+ 'hf-internal-testing/llama-tokenizer',
16
  'gpt2'
17
  'enter by myself']
18