Tmp state.

This commit is contained in:
Nicolas Patry
2023-11-10 15:35:46 +01:00
parent cc26cce23c
commit 53e8b7ee3e
14 changed files with 699 additions and 63 deletions

View File

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