Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TKONIY committed Sep 10, 2024
1 parent 37f0209 commit 6d481dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/models/supported_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,11 @@ Multimodal Language Models
For :code:`LLaVA-NeXT-Video`, the latest release of :code:`huggingface/transformers` doesn't work yet, so we need to use a developed version (21fac7abba2a37fae86106f87fcf9974fd1e3830) of :code:`huggingface/transformers` for now。
This can be installed by running the following command:

.. code-block:: bash
pip install git+https://github.com/huggingface/transformers.git@21fac7abba2a37fae86106f87fcf9974fd1e3830

.. code-block:: bash
pip install git+https://github.com/huggingface/transformers.git@21fac7abba2a37fae86106f87fcf9974fd1e3830
----

Expand Down

0 comments on commit 6d481dd

Please sign in to comment.