Skip to content

Commit ba15d24

Browse files
committed
resolve sanbao's comments.
1 parent ac519e6 commit ba15d24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ After installation completes, run the training script.
118118
huggingface-cli download RaphaelLiu/PusaV1_training --repo-type dataset --local-dir $HF_DATASET_DIR
119119
```
120120

121-
Next run the TFRecords conversion script. This step prepares training an eval datasets. Validation is done as described in [Scaling Rectified Flow Transformers for High-Resolution Image Synthesis](https://arxiv.org/pdf/2403.03206). More details [here](https://github.com/mlcommons/training/tree/master/text_to_image#5-quality)
121+
Next run the TFRecords conversion script. This step prepares training and eval datasets. Validation is done as described in [Scaling Rectified Flow Transformers for High-Resolution Image Synthesis](https://arxiv.org/pdf/2403.03206). More details [here](https://github.com/mlcommons/training/tree/master/text_to_image#5-quality)
122122

123123
Training dataset.
124124

@@ -194,7 +194,7 @@ After installation completes, run the training script.
194194
--xla_tpu_enable_async_collective_fusion_multiple_steps=true \
195195
--xla_tpu_overlap_compute_collective_tc=true \
196196
--xla_enable_async_all_gather=true \
197-
--xla_tpu_scoped_vmem_limit_kib=81920 \
197+
--xla_tpu_scoped_vmem_limit_kib=65536 \
198198
--xla_tpu_enable_async_all_to_all=true \
199199
--xla_tpu_enable_all_experimental_scheduler_features=true \
200200
--xla_tpu_enable_scheduler_memory_pressure_tracking=true \
@@ -299,7 +299,7 @@ After installation completes, run the training script.
299299
--xla_tpu_enable_async_collective_fusion_multiple_steps=true \
300300
--xla_tpu_overlap_compute_collective_tc=true \
301301
--xla_enable_async_all_gather=true \
302-
--xla_tpu_scoped_vmem_limit_kib=81920 \
302+
--xla_tpu_scoped_vmem_limit_kib=65536 \
303303
--xla_tpu_enable_async_all_to_all=true \
304304
--xla_tpu_enable_all_experimental_scheduler_features=true \
305305
--xla_tpu_enable_scheduler_memory_pressure_tracking=true \

0 commit comments

Comments
 (0)