Skip to content

Commit f23d7bc

Browse files
sergeykozubtensorflower-gardener
authored andcommitted
Internal change
PiperOrigin-RevId: 481073259
1 parent 721a6fa commit f23d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/benchmark/shakespeare_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def benchmark_8_gpu_no_cudnn(self):
331331
def benchmark_xla_8_gpu(self):
332332
"""Benchmark 8 gpu w/xla."""
333333
self._setup()
334-
FLAGS.num_gpus = 1
334+
FLAGS.num_gpus = 8
335335
FLAGS.batch_size = 64 * 8
336336
FLAGS.log_steps = 10
337337
FLAGS.enable_xla = True

0 commit comments

Comments
 (0)