Skip to content

Commit 3b72301

Browse files
authored
No more natten (#40287)
get rid off natten Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent 2df0c32 commit 3b72301

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker/transformers-all-latest-gpu/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ RUN python3 -m pip install --no-cache-dir quanto
5555
# (`deformable_detr`, `rwkv`, `mra`)
5656
RUN python3 -m pip uninstall -y ninja
5757

58-
# For `dinat` model
59-
# The `XXX` part in `torchXXX` needs to match `PYTORCH` (to some extent)
60-
# pin `0.17.4` otherwise `cannot import name 'natten2dav' from 'natten.functional'`
61-
RUN python3 -m pip install --no-cache-dir natten==0.17.4+torch250cu121 -f https://shi-labs.com/natten/wheels
62-
6358
# For `nougat` tokenizer
6459
RUN python3 -m pip install --no-cache-dir python-Levenshtein
6560

0 commit comments

Comments
 (0)