@@ -149,8 +149,8 @@ is only guaranteed to work with one version of TensorFlow.
149149Meanwhile, there are users who need to use a different version of TensorFlow in
150150their training code, therefore we anticipate a need to mix TFX components which
151151link with different TensorFlow versions in the same pipeline. This is possible
152- in a containerized deployment, because each component could be configured with
153- different container images. In order to process Artifacts produced from
152+ in a containerized deployment, because we will support configuring each component
153+ with different container images. In order to process Artifacts produced from
154154different TensorFlow versions, we will rely on the guarantees provided by
155155TensorFlow on SavedModel
156156([ source] ( https://www.tensorflow.org/guide/versions#compatibility_of_savedmodels_graphs_and_checkpoints ) ),
@@ -233,7 +233,8 @@ compatibility guarantee is the following:
233233 version of a component, we do not guarantee this will work. A warning will
234234 be generated in this case.
235235* Resolvers and importers would only resolve Artifacts produced with same or
236- older versions of the library, by default.
236+ older versions of the library, by default. A warning will be issued for
237+ any artifacts skipped due to newer versions.
237238
238239#### SDK (aka DSL), Official Components {#sdk-aka-dsl-official-components}
239240
0 commit comments