Unverified Commit dd6fb131 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Add `natten` for CI (#20511)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent afb66749
...@@ -53,6 +53,9 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes ...@@ -53,6 +53,9 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
RUN python3 -m pip install --no-cache-dir decord RUN python3 -m pip install --no-cache-dir decord
# For `dinat` model
RUN python3 -m pip install --no-cache-dir natten
# When installing in editable mode, `transformers` is not recognized as a package. # When installing in editable mode, `transformers` is not recognized as a package.
# this line must be added in order for python to be aware of transformers. # this line must be added in order for python to be aware of transformers.
RUN cd transformers && python3 setup.py develop RUN cd transformers && python3 setup.py develop
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment