mirror of https://github.com/hpcaitech/ColossalAI
[fix] fix test_lora in llama policy
parent
2980da559f
commit
f48a85e91d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue