Remove remote code & unify preprocessor configs for native transformers support

#14

Changes for native transformers integration of Vision V2.

Changes

  • Update config.json (remove auto_map / remote-code refs; native HyperCLOVAXVisionV2ForConditionalGeneration)
  • Update chat_template.jinja
  • Unify image/video preprocessing into a single processor_config.json
    • remove preprocessor_config.json, video_preprocessor_config.json
  • Remove remote-code modules (moved to upstream transformers):
    • modeling_hyperclovax.py, modeling_vlm.py
    • configuration_hyperclovax.py, configuration_vlm.py
    • processing_vlm.py

Weights, tokenizer, and other assets unchanged.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment