Welcome to the official documentation repository for the University of Auckland Research AI GPU Platform. This site provides comprehensive guides, reference materials, and tutorials for researchers using our GPU resources.
This documentation is built by the community, for the community.
- ✏️ Edit this page: Click the pencil icon on any page to fix typos or suggest changes.
- 🤝 Contributing Guide: Read our Contribution Guidelines for more details.
- 📜 Code of Conduct: We are committed to a welcoming environment. Please read our Code of Conduct.
We welcome contributions from everyone—researchers, students, and engineers!
To set up the development environment locally:
-
Create a virtual environment:
python3 -m venv .venv
-
Activate the virtual environment:
source .venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Run the development server:
zensical serve
The site will be available at http://127.0.0.1:8000.