浏览代码

Update comments

Chester Hu 1 年之前
父节点
当前提交
1240f45ad2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      benchmarks/inference_throughput/on-perm/vllm/pretrained_vllm_benchmark.py

+ 1 - 1
benchmarks/inference_throughput/on-perm/vllm/pretrained_vllm_benchmark.py

@@ -21,7 +21,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
 from typing import Dict, Tuple, List
 
 
-
+# Predefined inputs
 with open('input.jsonl') as input:
     prompt_data = json.load(input)