Skip to content

v0.1.15#81

Merged
FL03 merged 17 commits intomainfrom
v0.1.15
Jan 24, 2025
Merged

v0.1.15#81
FL03 merged 17 commits intomainfrom
v0.1.15

Conversation

@FL03
Copy link
Copy Markdown
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>
Comment thread models/transformers/src/ffn/model.rs Fixed
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

empty doc comment
Comment thread models/transformers/src/model/ffn.rs Fixed
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Comment thread core/src/func/activate/nl.rs Outdated
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

this expression creates a reference which is immediately dereferenced by the compiler
FL03 added 8 commits May 26, 2024 12:46
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
@FL03 FL03 linked an issue May 27, 2024 that may be closed by this pull request
FL03 added 3 commits May 27, 2024 11:39
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
FL03 and others added 2 commits June 2, 2024 07:09
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
@FL03 FL03 marked this pull request as ready for review January 24, 2025 07:08
@FL03 FL03 merged commit a76f474 into main Jan 24, 2025
@FL03 FL03 deleted the v0.1.15 branch January 24, 2025 07:08
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

2 participants