Upload bench_thor.py with huggingface_hub
Browse files- 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
|