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