File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Logging Arguments
111111
112112- ** git_hash** : str
113113
114- Default = 496f987
114+ Default = 5face7a
115115
116116 current git hash of repository
117117
Original file line number Diff line number Diff line change @@ -352,11 +352,11 @@ def eod(self):
352352
353353class TiktokenTokenizer (AbstractTokenizer ):
354354 """Tokenizer from OpenAI's tiktoken implementation"""
355- try :
356- import tiktoken
357- except ModuleNotFoundError :
358- print ("Please install tiktoken: (https://github.com/openai/tiktoken)" )
359- raise Exception
355+ try :
356+ import tiktoken
357+ except ModuleNotFoundError :
358+ print ("Please install tiktoken: (https://github.com/openai/tiktoken)" )
359+ raise Exception
360360
361361 def __init__ (self , vocab_file ):
362362 name = "TiktokenTokenizer"
You can’t perform that action at this time.
0 commit comments