mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-24 11:08:50 +00:00
[fix] fix test_lora in llama policy
This commit is contained in:
@@ -506,7 +506,6 @@ class LlamaForSequenceClassificationPolicy(LlamaPolicy):
|
||||
)
|
||||
}
|
||||
policy.update(new_item)
|
||||
# TODO: test lora bug here
|
||||
# enable tp, replace layer to LinearWithGradAccum
|
||||
elif use_zbv:
|
||||
# add a new item for sequence classification
|
||||
|
Reference in New Issue
Block a user