We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
natten
1 parent 2df0c32 commit 3b72301Copy full SHA for 3b72301
docker/transformers-all-latest-gpu/Dockerfile
@@ -55,11 +55,6 @@ RUN python3 -m pip install --no-cache-dir quanto
55
# (`deformable_detr`, `rwkv`, `mra`)
56
RUN python3 -m pip uninstall -y ninja
57
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
-
63
# For `nougat` tokenizer
64
RUN python3 -m pip install --no-cache-dir python-Levenshtein
65
0 commit comments