Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit adce2b1

Browse filesBrowse 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
Copy full SHA for adce2b1

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/data/ data_load.py renamed to ‎src/data/data_load.py

Copy file name to clipboardExpand all lines: src/data/data_load.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.