We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902fcab commit ee3e6afCopy full SHA for ee3e6af
main.py
@@ -17,8 +17,6 @@ def main():
17
)
18
args = parser.parse_args()
19
20
- wandb.require("core") # pyright: ignore
21
-
22
# Run Config
23
base_config = RunConfig.from_yaml(args.run_config)
24
0 commit comments