Commit 608f74ff authored by Woosuk Kwon's avatar Woosuk Kwon
Browse files

Minor

parent 709a6917
import torch.nn as nn
from cacheflow.worker.models.opt import OPTForCausalLM
from cacheflow.models.opt import OPTForCausalLM
MODEL_CLASSES = {
'opt': OPTForCausalLM,
......
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