Skip to content

Commit a872ed6

Browse files
committed
pyrefly
Signed-off-by: Yuki Huang <[email protected]>
1 parent 5ebbc73 commit a872ed6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyrefly.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ project-includes = [
3434
"docs/helpers.py",
3535
"examples/converters/convert_dcp_to_hf.py",
3636
"examples/converters/convert_megatron_to_hf.py",
37+
"examples/custom_parallel/custom_parallel.py",
38+
"examples/custom_parallel/llama_nemotron_super_49b_custom_plan.py",
3739
"nemo_rl/algorithms/__init__.py",
3840
"nemo_rl/algorithms/interfaces.py",
39-
"nemo_rl/algorithms/utils.py",
4041
"nemo_rl/algorithms/reward_functions.py",
42+
"nemo_rl/algorithms/utils.py",
4143
"nemo_rl/data/__init__.py",
4244
"nemo_rl/data/chat_templates.py",
4345
"nemo_rl/data/collate_fn.py",
@@ -65,6 +67,7 @@ project-includes = [
6567
"nemo_rl/data/datasets/response_datasets/refcoco.py",
6668
"nemo_rl/data/datasets/response_datasets/response_dataset.py",
6769
"nemo_rl/data/datasets/response_datasets/squad.py",
70+
"nemo_rl/data/datasets/response_datasets/tulu3.py",
6871
"nemo_rl/data/datasets/utils.py",
6972
"nemo_rl/data/interfaces.py",
7073
"nemo_rl/data/multimodal_utils.py",
@@ -78,6 +81,7 @@ project-includes = [
7881
"nemo_rl/distributed/worker_group_utils.py",
7982
"nemo_rl/environments/__init__.py",
8083
"nemo_rl/environments/games/sliding_puzzle.py",
84+
"nemo_rl/environments/helpsteer3_environment.py",
8185
"nemo_rl/environments/interfaces.py",
8286
"nemo_rl/environments/math_environment.py",
8387
"nemo_rl/environments/metrics.py",
@@ -104,10 +108,10 @@ project-includes = [
104108
"nemo_rl/models/policy/interfaces.py",
105109
"nemo_rl/models/policy/utils.py",
106110
"nemo_rl/utils/__init__.py",
111+
"nemo_rl/utils/automodel_checkpoint.py",
107112
"nemo_rl/utils/checkpoint.py",
108113
"nemo_rl/utils/config.py",
109114
"nemo_rl/utils/native_checkpoint.py",
110-
"nemo_rl/utils/automodel_checkpoint.py",
111115
"nemo_rl/utils/nsys.py",
112116
"nemo_rl/utils/nvml.py",
113117
"nemo_rl/utils/packed_tensor.py",

0 commit comments

Comments
 (0)