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

@@ -1,7 +1,7 @@
import torch
import torch.nn.functional as F
from cacheflow import activation_ops
from vllm import activation_ops
def ref_silu_and_mul(x: torch.Tensor) -> torch.Tensor: