Skip to content

Commit 3f23047

Browse files
author
Mark Saroufim
authored
Fix eval.py source path in task configuration
Updated the source path for eval.py in task.yml.
1 parent 5c9d38e commit 3f23047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • problems/nvidia/nvfp4_group_gemm

problems/nvidia/nvfp4_group_gemm/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ files:
55
- {"name": "task.py", "source": "task.py"}
66
- {"name": "utils.py", "source": "utils.py"}
77
- {"name": "reference.py", "source": "reference.py"}
8-
- {"name": "eval.py", "source": "../eval.py"}
8+
- {"name": "eval.py", "source": "eval.py"}
99

1010
lang: "py"
1111

0 commit comments

Comments
 (0)