Change the name to vLLM (#150)

This commit is contained in:
Woosuk Kwon
2023-06-17 03:07:40 -07:00
committed by GitHub
parent e5464ee484
commit 0b98ba15c7
90 changed files with 342 additions and 339 deletions

View File

@@ -11,7 +11,7 @@ def main(args: argparse.Namespace):
for i in range(args.n_threads)]
api_url = f"http://{args.host}:{args.port}/generate"
headers = {"User-Agent": "CacheFlow Benchmark Client"}
headers = {"User-Agent": "vLLM Benchmark Client"}
ploads = [{
"prompt": p,
"max_tokens": args.max_tokens,