instructlab / docs.instructlab.ai

The docs.instructlab.ai public documentation repository. PRs accepted and encouraged!
https://docs.instructlab.ai/
5 stars 3 forks source link
ai instructlab llm

docs.instructlab.ai

To test documentation changes locally, you'll need to install mkdocs and the relevant dependencies in your Python environment.

We've included a server launching script for ease of use.

Getting Started

  1. Create a virtual environment for your installation.
python -m venv venv-ilab-docs
source venv-ilab-docs/bin/activate
  1. Launch the server.

This will:

./launch_server.sh
  1. Visit https://127.0.0.1:8000/ to see your changes in the browser.