Skip to content

Commit adce2b1

Browse files
authored
Merge pull request #12 from codefuse-ai/bingxuchai-patch-1
Rename data_load.py to data_load.py
2 parents 03b72e3 + 1bb55ca commit adce2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/data/ data_load.py renamed to src/data/data_load.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def load_all_dataset(eval_args: EvaluateArguments):
4848
if __name__ == '__main__':
4949
a = os.path.split(os.path.realpath(__file__))[0]
5050
b = os.path.abspath(os.path.dirname(a)+os.path.sep+"../data")
51-
logger.debug(b)
51+
logger.debug(b)

0 commit comments

Comments
 (0)