Skip to content

Commit

Permalink
Update configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Sep 13, 2023
1 parent 77a671b commit b6bfd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/exporters/transforms/kv_cache/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Config:
multiply_batch_by_num_att_heads=False,
)

# reusing the transforms for codegen, because it happens to match what we need for gpt neo
# Reusing the CodeGen transforms because it happens to match what we need for GPTNeo
additional_transforms_gpt_neo = AdditionalTransformsCodeGen

GPT_NEO_CONFIG = KeyValueCacheConfig(
Expand Down

0 comments on commit b6bfd34

Please sign in to comment.