Skip to content

Commit c9335d4

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyrefly.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ 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",
3941
"nemo_rl/algorithms/utils.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",

0 commit comments

Comments
 (0)