Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.13 KB

README.md

File metadata and controls

48 lines (33 loc) · 2.13 KB

InternVL-Chat

This folder contains the implementation of the InternVL-Chat.

🛠️ Installation

See INSTALLATION.md

In addition, using this codebase requires executing the following steps:

  • Install other requirements:

    pip install --upgrade pip  # enable PEP 660 support
    pip install -e .

📖 Documents