File tree Expand file tree Collapse file tree
transformers_utils/processors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555)
5656from vllm .renderers import TokenizeParams
5757from vllm .transformers_utils .configs .radio import RadioConfig
58- from vllm .transformers_utils .processors .nemotron_parse import NemotronParseProcessor
5958from vllm .utils .tensor_schema import TensorSchema , TensorShape
6059from vllm .v1 .attention .backend import AttentionType
6160
@@ -367,17 +366,6 @@ class NemotronParsePixelInputs(TensorSchema):
367366
368367
369368class NemotronParseProcessingInfo (BaseProcessingInfo ):
370- def get_hf_config (self ):
371- return self .ctx .get_hf_config ()
372-
373- def get_hf_processor (self , ** kwargs ) -> NemotronParseProcessor :
374- return self .ctx .init_processor (
375- NemotronParseProcessor ,
376- config = self .get_hf_config (),
377- tokenizer = self .get_tokenizer (),
378- ** kwargs ,
379- )
380-
381369 def get_default_tok_params (self ) -> TokenizeParams :
382370 return super ().get_default_tok_params ().with_kwargs (add_special_tokens = False )
383371
Original file line number Diff line number Diff line change 2525 "MistralCommonPixtralProcessor" ,
2626 "MistralCommonVoxtralProcessor" ,
2727 "NanoNemotronVLProcessor" ,
28- "NemotronParseProcessor" ,
2928 "NemotronVLProcessor" ,
3029 "LlamaNemotronVLEmbedProcessor" ,
3130 "NVLMProcessor" ,
5049 "MistralCommonPixtralProcessor" : "vllm.transformers_utils.processors.pixtral" ,
5150 "MistralCommonVoxtralProcessor" : "vllm.transformers_utils.processors.voxtral" ,
5251 "NanoNemotronVLProcessor" : "vllm.transformers_utils.processors.nano_nemotron_vl" ,
53- "NemotronParseProcessor" : "vllm.transformers_utils.processors.nemotron_parse" ,
5452 "NemotronVLProcessor" : "vllm.transformers_utils.processors.nemotron_vl" ,
5553 "LlamaNemotronVLEmbedProcessor" : "vllm.transformers_utils.processors.nemotron_vl" ,
5654 "NVLMProcessor" : "vllm.transformers_utils.processors.nvlm_d" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments