rudeparis commited on
Commit
cf19bc3
·
verified ·
1 Parent(s): 18f8379

Upload bench_thor.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. bench_thor.py +1 -0
bench_thor.py CHANGED
@@ -27,6 +27,7 @@ Output: thor-llm-bench.json
27
  from __future__ import annotations
28
  import argparse
29
  import json
 
30
  import statistics
31
  import subprocess
32
  import sys
 
27
  from __future__ import annotations
28
  import argparse
29
  import json
30
+ import os
31
  import statistics
32
  import subprocess
33
  import sys