Skip to content

Commit 4e37b42

Browse files
Add JAX and JAXLIB version metadata to xspace
PiperOrigin-RevId: 840138208
1 parent 7415bdc commit 4e37b42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsl/profiler/protobuf/profiler_options.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package tensorflow;
44

5-
// Next ID: 16
5+
// Next ID: 18
66
message ProfileOptions {
77
// Some default value of option are not proto3 default value. Use this version
88
// to determine if we should use default option value instead of proto3
@@ -103,6 +103,11 @@ message ProfileOptions {
103103

104104
// If set, this hostname will be used to name the profile file.
105105
string override_hostname = 15;
106+
107+
// JAX version.
108+
string jax_version = 16;
109+
// JAXlib version.
110+
string jaxlib_version = 17;
106111
}
107112

108113
// Options for remote profiler session manager.

0 commit comments

Comments
 (0)