🚧 Experimental/Under-Construction: The official documentation website for GoMLX — an accelerated machine learning and math framework for Go.
The documentation site is built using Hugo.
For those writing the documentation, use the following commands to set up the environment:
# 1. Clone the repository
git clone https://github.com/gomlx/gomlx.github.io
cd gomlx.github.io
# 2. Install Hugo Extended
# macOS: brew install hugo | Linux: snap install hugo --channel=extended | Win: choco install hugo-extended
# 3. Start the local dev server
make dev
# -> open http://localhost:1313This site is a community contribution to GoMLX. If you find a documentation error or want to improve the site, feel free to open an issue or submit a pull request!