File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ itertools = "0.13"
3434env_logger = " 0.11"
3535build-script-cfg = " 0.0"
3636
37- operators = { git = " https://github.com/YdrMaster/operators-rs" , rev = " c81600f " , default-features = false }
37+ operators = { git = " https://github.com/YdrMaster/operators-rs" , rev = " d88d716 " , default-features = false }
3838
3939search-cl-tools = { git = " https://github.com/InfiniTensor/clrt" , rev = " 9b6289d" }
4040search-infini-tools = { git = " https://github.com/InfiniTensor/infini-rt" , rev = " f40bcb5" }
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ impl Tokenizer {
6161 }
6262
6363 fn bpe_from_gguf ( gguf : & GGufModel ) -> Self {
64- let _pre = gguf. get_str ( "tokenizer.ggml.pre" ) . unwrap ( ) ;
6564 let tokens = gguf. tokenizer_ggml_tokens ( ) . unwrap ( ) ;
6665 let scores = gguf. tokenizer_ggml_scores ( ) . unwrap ( ) ;
6766 let token_type = gguf. tokenizer_ggml_token_type ( ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments