mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 04:10:46 +00:00
Tmp state.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user