-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TF dependency to 2.12rc0 (#353)
* update to 2.11rc2 * update fixedpoint * update includes * wip * wip * wip * wip * wip * wip * wip * wip * update to 2.11 * set jit_compile=False for all optimizers * format * test nightly wheel * update * training test update * update to 2.12rc0 * update * fix scan ops test * fix slice op test * fix and update split op test * fix and update stack op test * fix and update concat op test * remove python 3.7 * fix profiler test * wip * fix array ops test * update array ops test * add python 3.11 * make gpu name cmd line arg * typo * wip * wip * wip * wip * wip * wip * wip * wip * wip * update image ops test, clipbyvalue, format * fix includes * fix condition * small fixes * updates for code checks * remove tf TODO and more linting fixes * remove platform_types * keep spaces in gpu name
- Loading branch information
1 parent
4fae0b0
commit 1053cf3
Showing
29 changed files
with
5,255 additions
and
3,638 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ You can also contact us directly at [email protected]. | |
|
||
TensorFlow DirectML Plugin is in early development and is not supported for production yet. For production scenarios, use [TensorFlow 1.15 with DirectML](https://github.com/microsoft/tensorflow-directml) instead. | ||
|
||
TensorFlow DirectML Plugin only works with the `tensorflow-cpu==2.10` package, not `tensorflow` or `tensorflow-gpu`. To install the package, run the following commands: | ||
TensorFlow DirectML Plugin only works with the `tensorflow-cpu>=2.12` package, not `tensorflow` or `tensorflow-gpu`. To install the package, run the following commands: | ||
|
||
```sh | ||
pip install tensorflow-directml-plugin | ||
|
@@ -34,7 +34,7 @@ The following resources provide additional background on DirectML and TensorFlow | |
### Windows 10 | ||
|
||
* Windows 10 Version 1709, 64-bit (Build 16299 or higher) | ||
* Python x86-64 3.7, 3.8, 3.9 or 3.10<sup>1</sup> | ||
* Python x86-64 3.8, 3.9, 3.10 or 3.11<sup>1</sup> | ||
* One of the following supported GPUs: | ||
* AMD Radeon R5/R7/R9 2xx series or newer | ||
* Intel HD Graphics 5xx or newer | ||
|
@@ -43,7 +43,7 @@ The following resources provide additional background on DirectML and TensorFlow | |
### Windows Subsystem for Linux | ||
|
||
* Windows 10 Insider Preview, 64-bit (Build 20150 or higher) | ||
* Python x86-64 3.7, 3.8, 3.9 or 3.10<sup>2</sup> | ||
* Python x86-64 3.8, 3.9, 3.10 or 3.11<sup>2</sup> | ||
* One of the following supported GPUs: | ||
* AMD Radeon R5/R7/R9 2xx series or newer, and [20.20.01.05 WSL driver](https://www.amd.com/en/support/kb/release-notes/rn-rad-win-wsl-support) | ||
* Intel HD Graphics 6xx or newer, and [28.20.100.8322 WSL driver](https://downloadcenter.intel.com/download/29526) | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
black==22.6.0 | ||
pylint==2.14.5 | ||
tensorboard_plugin_profile==2.8.0 | ||
tensorflow-cpu==2.10.0 | ||
tensorflow-cpu==2.12.0rc0 | ||
vswhere==1.4.0 ; sys_platform == 'win32' | ||
portpicker==1.5.2 |
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
Oops, something went wrong.