-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add components to output artifacts from final eval
Signed-off-by: Michael Clifford <[email protected]>
- Loading branch information
1 parent
f4b1c6d
commit a009c60
Showing
5 changed files
with
131 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
from .components import ( | ||
ilab_importer_op, | ||
model_to_pvc_op, | ||
pvc_to_mmlu_branch_op, | ||
pvc_to_model_op, | ||
pvc_to_mt_bench_branch_op, | ||
pvc_to_mt_bench_op, | ||
) | ||
|
||
__all__ = [ | ||
"model_to_pvc_op", | ||
"pvc_to_mt_bench_op", | ||
"pvc_to_mt_bench_branch_op", | ||
"pvc_to_mmlu_branch_op", | ||
"pvc_to_model_op", | ||
"ilab_importer_op", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters