RaymondAISG's picture
Upload sea-lion-7b-gptq
c6f2274 verified
from torch import nn
FC_CLASS_REGISTRY = {"torch": nn.Linear}
try:
import transformer_engine.pytorch as te
FC_CLASS_REGISTRY["te"] = te.Linear
except:
pass