Remove an error message

This commit is contained in:
oobabooga 2023-09-17 18:46:08 -07:00
parent 661bfaac8e
commit 0ede2965d5
2 changed files with 1 additions and 3 deletions

View file

@ -48,4 +48,4 @@ def count_tokens(text):
tokens = get_encoded_length(text)
return str(tokens)
except:
return '-1'
return '0'