Update modeling_asvd_opt.py
Browse files- modeling_asvd_opt.py +1 -1
modeling_asvd_opt.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from transformers import OPTForCausalLM
|
2 |
-
from configuration_asvd_opt import ASVDOPTConfig
|
3 |
import torch.nn as nn
|
4 |
|
5 |
class ASVDLinear(nn.Module):
|
|
|
1 |
from transformers import OPTForCausalLM
|
2 |
+
from .configuration_asvd_opt import ASVDOPTConfig
|
3 |
import torch.nn as nn
|
4 |
|
5 |
class ASVDLinear(nn.Module):
|