Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.15 #81

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

v0.1.15 #81

wants to merge 4 commits into from

Conversation

FL03
Copy link
Owner

@FL03 FL03 commented May 25, 2024

No description provided.

Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
@FL03 FL03 added bug Something isn't working enhancement New feature or request rust Improvements or additions that update the Rust code feature Designates any implemented feature labels May 25, 2024
@FL03 FL03 added this to the v0.1.15 milestone May 25, 2024
@FL03 FL03 self-assigned this May 25, 2024
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
pub fn new(d_model: usize, heads: usize) -> Self {
Self { d_model, heads }
}
///

Check warning

Code scanning / clippy

empty doc comment Warning

empty doc comment
models/transformers/src/model/ffn.rs Fixed Show fixed Hide fixed
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
type Output = Array<A, D>;

fn softmax_axis(self, axis: usize) -> Self::Output {
_softmax_axis(&self, axis)

Check warning

Code scanning / clippy

this expression creates a reference which is immediately dereferenced by the compiler Warning

this expression creates a reference which is immediately dereferenced by the compiler
@FL03 FL03 linked an issue May 27, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request feature Designates any implemented feature rust Improvements or additions that update the Rust code
Projects
None yet
1 participant