Commit 1057935a authored by gaoqiong's avatar gaoqiong
Browse files

添加要使用rocbla所需要的模块导入

parent a4456dfa
......@@ -2,6 +2,7 @@ from typing import Any, Dict, List, Optional
import torch
from torch.nn.parameter import Parameter
import torch.nn.functional as F
from vllm import _custom_ops as ops
from vllm.model_executor.layers.linear import LinearBase, LinearMethodBase
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment