mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-07 06:59:58 +02:00
Install nvidia-cudnn11==8.6.0.163 as workaround to NHCW/NCHW issue, ht @bertsky
This commit is contained in:
parent
a6f0af07d1
commit
0d695a2e2d
2 changed files with 3 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -77,6 +77,7 @@ build:
|
|||
# Install with pip
|
||||
install:
|
||||
$(PIP) install .$(and $(EXTRAS),[$(EXTRAS)])
|
||||
pip install nvidia-cudnn-cu11==8.6.0.163
|
||||
|
||||
# Install editable with pip
|
||||
install-dev:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue