"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "36003b761762b8ce09941ff9c6915059daa53c3d"
Commit 608f74ff authored by Woosuk Kwon's avatar Woosuk Kwon
Browse files

Minor

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