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 1c36ad9 commit 5da13fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/kit/model_zoo/transformers/chatglm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def data_gen_for_conditional_generation():

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

0 comments on commit 5da13fa

Please sign in to comment.