Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyouga committed Jul 19, 2023
1 parent 81453be commit d4ad2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/glmtuner/extras/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def auto_configure_device_map(num_gpus: int, use_v2: bool) -> Dict[str, int]:
"transformer.encoder.final_layernorm": 0,
"transformer.output_layer": 0,
"transformer.rotary_pos_emb": 0,
"transformer.prefix_encoder": 0,
"lm_head": 0
}
else:
Expand Down

0 comments on commit d4ad2d8

Please sign in to comment.