mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Modern llama tokenizer
This commit is contained in:
@@ -234,7 +234,7 @@ class HFInferenceModel(InferenceModel):
|
|||||||
if self.model_type == "llama":
|
if self.model_type == "llama":
|
||||||
# Note: self.tokenizer is a GenericTokenizer, and self.tokenizer.tokenizer is the actual LlamaTokenizer
|
# Note: self.tokenizer is a GenericTokenizer, and self.tokenizer.tokenizer is the actual LlamaTokenizer
|
||||||
self.tokenizer.add_bos_token = False
|
self.tokenizer.add_bos_token = False
|
||||||
|
self.tokenizer.legacy = False
|
||||||
# HF transformers no longer supports decode_with_prefix_space
|
# HF transformers no longer supports decode_with_prefix_space
|
||||||
# We work around this by wrapping decode, encode, and __call__
|
# We work around this by wrapping decode, encode, and __call__
|
||||||
# with versions that work around the 'prefix space' misfeature
|
# with versions that work around the 'prefix space' misfeature
|
||||||
|
Reference in New Issue
Block a user