Skip to content

Commit

Permalink
no flash attn
Browse files Browse the repository at this point in the history
  • Loading branch information
ez2rok committed Sep 25, 2024
1 parent 835d839 commit 8996de4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/models/utils/test_tp_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def test_ffn_tp_strategy_layer_plan():
'expansion_ratio': 1,
'max_seq_len': 16,
'vocab_size': 50368,
'attn_config': {
'attn_impl': 'flash',
},
}
model = ComposerMPTCausalLM(**model_cfg)
layer_plan = build_tp_strategy(tp_config['strategy'], model)
Expand Down

0 comments on commit 8996de4

Please sign in to comment.