Skip to content

Commit a6e5917

Browse files
authored
move to another PR
1 parent b9a1e61 commit a6e5917

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

llama_cpp/_internals.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@ def token_eot(self) -> int:
170170
assert self.model is not None
171171
return llama_cpp.llama_token_eot(self.model)
172172

173-
def add_bos_token(self) -> int:
174-
assert self.model is not None
175-
return llama_cpp.llama_add_bos_token(self.model)
176-
177-
def add_eos_token(self) -> int:
178-
assert self.model is not None
179-
return llama_cpp.llama_add_eos_token(self.model)
180-
181173
# Tokenization
182174

183175
def tokenize(self, text: bytes, add_bos: bool, special: bool):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy