mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Adds instructions for patching TensorFlow.
Updates README.md and includes instructions for patching TensorFlow, for example, for applying security vulnerabilities to earlier versions of TensorFlow. PiperOrigin-RevId: 501408199
This commit is contained in:
parent
9cd1448e51
commit
e3e431389f
13
README.md
13
README.md
|
|
@ -104,6 +104,19 @@ for general questions and discussion, and please direct specific questions to
|
|||
The TensorFlow project strives to abide by generally accepted best practices in
|
||||
open-source software development.
|
||||
|
||||
## Patching guidelines
|
||||
|
||||
Follow these steps to patch a specific version of TensorFlow, for example, to
|
||||
apply fixes to bugs or security vulnerabilities:
|
||||
|
||||
* Clone the TensorFlow repo and switch to the corresponding branch for your
|
||||
desired TensorFlow version, for example, branch `r2.8` for version 2.8.
|
||||
* Apply (that is, cherry pick) the desired changes and resolve any code
|
||||
conflicts.
|
||||
* Run TensorFlow tests and ensure they pass.
|
||||
* [Build](https://www.tensorflow.org/install/source) the TensorFlow pip
|
||||
package from source.
|
||||
|
||||
## Continuous build status
|
||||
|
||||
You can find more community-supported platforms and configurations in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user