Skip to content

Commit 30a6cf7

Browse files
committed
[5541172] update based on review comments
Signed-off-by: unknown <[email protected]>
1 parent ee7588a commit 30a6cf7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/windows/accuracy_benchmark/kl_divergence_metrics/extract_logits_hf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
import argparse
8-
import os
98
import pickle
109
import time
1110

@@ -182,8 +181,6 @@ def main():
182181
global DEBUG
183182
DEBUG = args.debug
184183

185-
186-
187184
try:
188185
# Extract logits
189186
start_time = time.time()

0 commit comments

Comments
 (0)