Cleanup fixed a few ops removed debugging scaffolding.

This commit is contained in:
Nicolas Patry
2023-11-10 23:00:32 +01:00
parent 61a070fdd1
commit d840838e95
7 changed files with 28 additions and 55 deletions

View File

@ -9,7 +9,6 @@ pub struct Embedding {
impl Embedding {
pub fn new(embeddings: Tensor, hidden_size: usize) -> Self {
// todo!("Embedding {embeddings}");
Self {
embeddings,
hidden_size,