Skip to content

Commit

Permalink
Update xpk.py to remove flag pathways_compilation_mode
Browse files Browse the repository at this point in the history
With some change in compilation cache implementation, we can now use the default compilation mode.
  • Loading branch information
norx1991 authored Jun 25, 2024
1 parent 0960288 commit 1842622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xpk.py
Original file line number Diff line number Diff line change
Expand Up @@ -5201,7 +5201,6 @@ def get_pathways_rm_args(args, system: SystemCharacteristics) -> str:
- --pathways_server_provides_devices=false
- --pathways_device_type=NONE
- --pathways_persistent_compilation_cache=false
- --pathways_compilation_mode=compile_at_worker
- --pathways_tmp_dir_pattern={args.pathways_gcs_location}
- --pathways_expected_instances={expected_instances}"""
if args.use_pathways:
Expand Down Expand Up @@ -5297,7 +5296,6 @@ def get_pathways_worker_args(args) -> str:
- --pathways_server_port=38677
- --pathways_resource_manager={rm_address}
- --pathways_persistent_compilation_cache=false
- --pathways_compilation_mode=compile_at_worker
- --xla_tpu_enable_data_parallel_all_reduce_opt=true
- --xla_tpu_data_parallel_opt_different_sized_ops=true
- --xla_tpu_enable_async_collective_fusion=true
Expand Down

0 comments on commit 1842622

Please sign in to comment.