Skip to content

Commit 30e593f

Browse files
authored
Update cli.py
1 parent 7d96bfa commit 30e593f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wfgy_sdk/cli.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# cli.py
2+
3+
# Evaluation disclaimer (WFGY CLI):
4+
# Any evaluation commands in this CLI produce heuristic diagnostics for your local stack.
5+
# They should not be treated as formal benchmarks or guarantees of model safety or quality.
6+
27
import argparse, wfgy_sdk as w
38
from wfgy_sdk.evaluator import compare_logits, pretty_print
49
import numpy as np
@@ -20,3 +25,4 @@ def main():
2025
if __name__ == "__main__":
2126
main()
2227

28+

0 commit comments

Comments
 (0)