"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "498610461894bdd4a86d2f5fd32d0c7206dc680d"
Commit 22b6c186 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 322713374
parent e5b652ef
...@@ -169,7 +169,7 @@ class EvaluatorOverrides: ...@@ -169,7 +169,7 @@ class EvaluatorOverrides:
use_tf_function: A boolean indicates whether a `tf.function` will be used. use_tf_function: A boolean indicates whether a `tf.function` will be used.
If False, training will run on pure eager mode. If False, training will run on pure eager mode.
""" """
use_tf_function: bool = False use_tf_function: bool = True
class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta): class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment