noru 1.2.1

Zero-dependency NNUE training & inference library in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Normalize all text files to LF in the repo; Windows users still see CRLF on
# checkout if their core.autocrlf is set to "true".
* text=auto eol=lf

# Explicit overrides for clarity.
*.rs    text eol=lf
*.toml  text eol=lf
*.md    text eol=lf
*.lock  text eol=lf
*.yml   text eol=lf
*.yaml  text eol=lf
*.sh    text eol=lf
*.bin   binary
*.png   binary