mirror of https://github.com/hpcaitech/ColossalAI
update qwen model
parent
dba59354d7
commit
d4ff644ef3
|
@ -51,7 +51,7 @@ class Qwen2PipelineForwards:
|
|||
output_hidden_states = (
|
||||
output_hidden_states if output_hidden_states is not None else self.config.output_hidden_states
|
||||
)
|
||||
use_cache = use_cache if use_cache is not None else self.config.use_cache
|
||||
use_cache = False#use_cache if use_cache is not None else self.config.use_cache
|
||||
|
||||
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
||||
|
||||
|
|
Loading…
Reference in New Issue