Skip to content

Commit 0cac08c

Browse files
authored
Fixing type of input_file
Minor mistake in the type of input_file in genselect
1 parent 0b74548 commit 0cac08c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo_skills/inference/genselect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class GenSelectConfig:
4343
output_dir: str # Where to save the intermediate outputs and final predictions
4444

4545
# Will be set in __post_init__ based on input_dir and random_seed
46-
input_file: None = None
46+
input_file: str | None = None
4747

4848
# Inference server configuration {server_params}
4949
server: dict = field(default_factory=dict)

0 commit comments

Comments
 (0)