vllm
7a64d24a - [Core] Support image processor (#4197)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[Core] Support image processor (#4197)
Author
Parents
  • .github/workflows
    • File
      mypy.yaml
  • docs/source
    • File
      conf.py
    • dev/multimodal
      • File
        multimodal_index.rst
    • File
      index.rst
    • models
      • File
        supported_models.rst
      • File
        vlm.rst
  • examples
    • File
      llava_example.py
  • File
    format.sh
  • File
    requirements-common.txt
  • File
    requirements-dev.txt
  • tests
    • File
      conftest.py
    • models
      • File
        test_llava.py
    • multimodal
      • File
        __init__.py
      • File
        test_processor.py
    • spec_decode/e2e
      • File
        conftest.py
    • tokenization
      • File
        test_image_processor.py
  • vllm
    • File
      config.py
    • engine
      • File
        arg_utils.py
    • entrypoints
      • File
        llm.py
    • model_executor/models
      • File
        llava.py
    • multimodal
      • File
        __init__.py
      • File
        base.py
      • File
        image.py
      • File
        registry.py
    • File
      sequence.py
    • transformers_utils
      • File
        image_processor.py
    • worker
      • File
        cpu_model_runner.py
      • File
        embedding_model_runner.py
      • File
        model_runner.py
Loading