mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 19:47:12 +00:00
Delete invalid comment (#1038)
This commit is contained in:
@ -775,8 +775,6 @@ impl T5ForConditionalGeneration {
|
|||||||
Some(ref lm_head) => lm_head.forward(&sequence_output)?,
|
Some(ref lm_head) => lm_head.forward(&sequence_output)?,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Rescale output before projecting on vocab? * (self.model_dim**-0.5)
|
|
||||||
Ok(output)
|
Ok(output)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -779,8 +779,6 @@ impl T5ForConditionalGeneration {
|
|||||||
Some(ref lm_head) => lm_head.forward(&sequence_output)?,
|
Some(ref lm_head) => lm_head.forward(&sequence_output)?,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Rescale output before projecting on vocab? * (self.model_dim**-0.5)
|
|
||||||
Ok(output)
|
Ok(output)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user