We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1c113 commit f660a02Copy full SHA for f660a02
vec_inf/client/_slurm_script_generator.py
@@ -39,7 +39,7 @@ def __init__(self, params: dict[str, Any]):
39
self.model_weights_path = str(
40
Path(self.params["model_weights_parent_dir"], self.params["model_name"])
41
)
42
- env_dict: dict = self.params.get("env", {})
+ env_dict: dict[str, str] = self.params.get("env", {})
43
# Create string of environment variables
44
self.env_str = ""
45
for key, val in env_dict.items():
0 commit comments