Rename sglang.bench_latency to sglang.bench_one_batch (#2118)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import unittest
|
||||
|
||||
from sglang.test.test_utils import is_in_ci, run_bench_latency
|
||||
from sglang.test.test_utils import is_in_ci, run_bench_one_batch
|
||||
|
||||
|
||||
class TestTorchTP(unittest.TestCase):
|
||||
def test_torch_native_llama(self):
|
||||
output_throughput = run_bench_latency(
|
||||
output_throughput = run_bench_one_batch(
|
||||
"meta-llama/Meta-Llama-3-8B",
|
||||
[
|
||||
"--tp",
|
||||
|
||||
Reference in New Issue
Block a user