Commit f7512877 authored by zhuwenwen's avatar zhuwenwen
Browse files

remove notes

parent 6d2051cc
...@@ -222,7 +222,6 @@ def input_processor_for_glmv(ctx: InputContext, inputs: DecoderOnlyInputs): ...@@ -222,7 +222,6 @@ def input_processor_for_glmv(ctx: InputContext, inputs: DecoderOnlyInputs):
inputs["prompt_token_ids"] = new_input_ids inputs["prompt_token_ids"] = new_input_ids
inputs["position_ids"] = new_position_ids inputs["position_ids"] = new_position_ids
return inputs return inputs
>>>>>>> v0.6.3.post1
class GLMAttention(nn.Module): class GLMAttention(nn.Module):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment