"src/vscode:/vscode.git/clone" did not exist on "b76e669cb5faec30a4b5735fd0e0670f0a95d3c9"
Commit 12fc1233 authored by lintangsutawika's avatar lintangsutawika
Browse files

remove trust_remote_code for now

parent 55ea2888
......@@ -111,8 +111,8 @@ class TaskConfig(dict):
}
# TODO: how to make TaskConfigs be de- and re-serializable, even when using the !function constructor?
if self.dataset_kwargs is None:
self.dataset_kwargs = {"trust_remote_code": True}
# if self.dataset_kwargs is None:
# self.dataset_kwargs = {"trust_remote_code": True}
def __getitem__(self, item):
return getattr(self, item)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment