Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 36f4f58

Browse files
authored
Fix pip package description (#21064)
1 parent 6b2d4d4 commit 36f4f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pip/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def skip_markdown_comments(md):
141141

142142
from mxnet.runtime import Features
143143
if Features().is_enabled("ONEDNN"):
144-
libraries.append('ONEDNN')
144+
libraries.append('oneDNN')
145145

146146
short_description += ' This version uses {0}.'.format(' and '.join(libraries))
147147

0 commit comments

Comments
 (0)