We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b74548 commit 0cac08cCopy full SHA for 0cac08c
1 file changed
nemo_skills/inference/genselect.py
@@ -43,7 +43,7 @@ class GenSelectConfig:
43
output_dir: str # Where to save the intermediate outputs and final predictions
44
45
# Will be set in __post_init__ based on input_dir and random_seed
46
- input_file: None = None
+ input_file: str | None = None
47
48
# Inference server configuration {server_params}
49
server: dict = field(default_factory=dict)
0 commit comments