hahnyuan commited on
Commit
f6a6cb1
·
1 Parent(s): f004eae

Update modeling_asvd_opt.py

Browse files
Files changed (1) hide show
  1. 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):