Mortie1 commited on
Commit
507f903
1 Parent(s): c67e5fa

Upload MyLLaMa

Browse files
Files changed (1) hide show
  1. configure_for_hf.py +1 -1
configure_for_hf.py CHANGED
@@ -7,7 +7,7 @@ from transformers import (
7
  )
8
  from torch import nn
9
 
10
- from src.model.llama import CustomAttentionLLaMa
11
 
12
 
13
  class MyLLaMaConfig(PretrainedConfig):
 
7
  )
8
  from torch import nn
9
 
10
+ from hf.llama import CustomAttentionLLaMa
11
 
12
 
13
  class MyLLaMaConfig(PretrainedConfig):