This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc update for neon v2.4.0 release (#1089)
* doc update for neon v2.4.0 release * update mkl info
- Loading branch information
1 parent
74bceb6
commit 85253da
Showing
6 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
import subprocess | ||
|
||
# Define version information | ||
VERSION = '2.3.0' | ||
VERSION = '2.4.0' | ||
FULLVERSION = VERSION | ||
write_version = True | ||
|
||
|
@@ -96,9 +96,9 @@ | |
|
||
setup(name='nervananeon', | ||
version=VERSION, | ||
description="Nervana's deep learning framework", | ||
description="Intel Nervana's deep learning framework", | ||
long_description=readme_file, | ||
author='Nervana Systems', | ||
author='Intel Nervana Systems', | ||
author_email='[email protected]', | ||
url='http://www.intelnervana.com', | ||
license='License :: OSI Approved :: Apache Software License', | ||
|