Commit 3768b1c4 authored by lintangsutawika's avatar lintangsutawika
Browse files

format

parent 648dcef1
......@@ -93,6 +93,7 @@ class TaskConfig(dict):
if "." in self.dataset_path:
import inspect
from importlib import import_module
self.dataset_path = inspect.getfile(import_module(self.dataset_path))
if self.generation_kwargs is not None:
......
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