We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d96bfa commit 30e593fCopy full SHA for 30e593f
wfgy_sdk/cli.py
@@ -1,4 +1,9 @@
1
# 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
7
import argparse, wfgy_sdk as w
8
from wfgy_sdk.evaluator import compare_logits, pretty_print
9
import numpy as np
@@ -20,3 +25,4 @@ def main():
20
25
if __name__ == "__main__":
21
26
main()
22
27
28
0 commit comments