Commit 4b8a092
desulaiy
The code changes in
eleuther_eval.py refactor the EleutherEvalRecipe class to improve the initialization of the task manager. Instead of using an if-else statement to check for the presence of the include_path configuration, the code now directly passes the value of self._cfg.get("include_path", None) to the TaskManager constructor.1 parent bca0c29 commit 4b8a092
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 244 | + | |
| 245 | + | |
249 | 246 | | |
250 | 247 | | |
251 | 248 | | |
| |||
0 commit comments