Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
CjhHa1 committed Sep 19, 2023
1 parent 0ddcfb1 commit 1c36ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/kit/model_zoo/torchrec/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .torchrec import *
#from .torchrec import *
5 changes: 3 additions & 2 deletions tests/kit/model_zoo/transformers/chatglm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ def data_gen_for_conditional_generation():

config = ChatGLMConfig(num_layers=2,
padded_vocab_size=65024,
hidden_size=1024,
num_attention_heads=8,
hidden_size=64,
num_attention_heads=4,
multi_query_attention=True,
multi_query_group_num=2,
kv_channels=16,
rmsnorm=True,
original_rope=True,
use_cache=True,
Expand Down

0 comments on commit 1c36ad9

Please sign in to comment.