"git@developer.sourcefind.cn:norm/vllm.git" did not exist on "7c041ab5784760416f85d68eb8925a1d1f981932"
Commit 8110bb64 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

experimental_allow_stateful is not necessary with make dataset fn

PiperOrigin-RevId: 273861263
parent 0257b276
...@@ -135,7 +135,6 @@ def process_record_dataset(dataset, ...@@ -135,7 +135,6 @@ def process_record_dataset(dataset,
options = tf.data.Options() options = tf.data.Options()
options.experimental_slack = tf_data_experimental_slack options.experimental_slack = tf_data_experimental_slack
options.experimental_allow_stateful = True
dataset = dataset.with_options(options) dataset = dataset.with_options(options)
return dataset return dataset
......
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