Skip to content

Commit

Permalink
Merge branch 'spiceai' into jack/EricLBuehler
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie authored Jul 1, 2024
2 parents f07ddc5 + 80926a8 commit 7840d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-nn/src/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,4 +946,4 @@ impl Module for Identity {
fn forward(&self, xs: &Tensor) -> Result<Tensor> {
Ok(xs.clone())
}
}
}

0 comments on commit 7840d33

Please sign in to comment.