mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix natten installation in docker file (#20632)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
f821bea0ad
commit
f68796bd60
1 changed files with 0 additions and 2 deletions
|
|
@ -54,8 +54,6 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
|
|||
RUN python3 -m pip install --no-cache-dir decord
|
||||
|
||||
# For `dinat` model
|
||||
RUN python3 -m pip install --no-cache-dir natten
|
||||
|
||||
RUN python3 -m pip install --no-cache-dir natten -f https://shi-labs.com/natten/wheels/$CUDA/
|
||||
|
||||
# When installing in editable mode, `transformers` is not recognized as a package.
|
||||
|
|
|
|||
Loading…
Reference in a new issue