Skip to content

Commit ed53052

Browse files
mgoinamd-xiaoyu12
authored andcommitted
Use regex in convert-results-json-to-markdown.py (vllm-project#22989)
Signed-off-by: Michael Goin <[email protected]> Signed-off-by: Xiao Yu <[email protected]>
1 parent cd996f2 commit ed53052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
import argparse
55
import json
66
import os
7-
import re
87
import shlex
98
from importlib import util
109
from pathlib import Path
1110
from typing import Any
1211

1312
import pandas as pd
1413
import psutil
14+
import regex as re
1515
from tabulate import tabulate
1616

1717
# latency results and the keys that will be printed into markdown

0 commit comments

Comments
 (0)