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 14e74a9 commit 6b04ac6Copy full SHA for 6b04ac6
llmc/data/dataset/base_dataset.py
@@ -11,7 +11,7 @@
11
12
13
class BaseDataset(metaclass=ABCMeta):
14
- def __init__(self, tokenizer, calib_cfg, processor):
+ def __init__(self, tokenizer, calib_cfg, processor=None):
15
# calib_cfg
16
logger.info(f'calib_cfg : {calib_cfg}')
17
self.tokenizer = tokenizer
0 commit comments