feat: print PyTorch config when running tests

This commit is contained in:
Philipp Emanuel Weidmann
2026-06-25 17:51:04 +05:30
parent 3abe88c39f
commit faf3c154aa
4 changed files with 16 additions and 2 deletions
+3
View File
@@ -71,6 +71,9 @@ chain_of_thought_skips = [
# Whether to print prompt/response pairs when counting refusals.
print_responses = false
# Whether to print additional information that can help with debugging.
print_debug_information = false
# Whether to print detailed information about residuals and refusal directions.
print_residual_geometry = false