This is an automated email from the ASF dual-hosted git repository.
bgawrych pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 36f4f58887 Fix pip package description (#21064)
36f4f58887 is described below
commit 36f4f58887b5952d19a3fc6becb3a4811cb09a38
Author: bartekkuncer <[email protected]>
AuthorDate: Mon Jun 20 08:41:48 2022 +0200
Fix pip package description (#21064)
---
tools/pip/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pip/setup.py b/tools/pip/setup.py
index 286beecd2b..0368ea347b 100644
--- a/tools/pip/setup.py
+++ b/tools/pip/setup.py
@@ -141,7 +141,7 @@ else:
from mxnet.runtime import Features
if Features().is_enabled("ONEDNN"):
- libraries.append('ONEDNN')
+ libraries.append('oneDNN')
short_description += ' This version uses {0}.'.format(' and '.join(libraries))