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

@@ -2,7 +2,7 @@ import random
import torch
from cacheflow import cache_ops
from vllm import cache_ops
@torch.inference_mode()