|
1 |
| -# Welcome to MkDocs |
| 1 | +## Welcome to InstructLab! |
2 | 2 |
|
3 |
| -For full documentation visit [mkdocs.org](https://www.mkdocs.org). |
| 3 | +InstructLab 🐶 uses a novel synthetic data-based alignment tuning method for |
| 4 | +Large Language Models (LLMs.) The "**lab**" in Instruct**Lab** 🐶 stands for |
| 5 | +[**L**arge-Scale **A**lignment for Chat**B**ots](https://arxiv.org/abs/2403.01081) [1]. |
4 | 6 |
|
5 |
| -## Commands |
| 7 | +[1] Shivchander Sudalairaj*, Abhishek Bhandwaldar*, Aldo Pareja*, Kai Xu, David D. |
| 8 | +Cox, Akash Srivastava*. "LAB: Large-Scale Alignment for ChatBots", arXiv preprint arXiv: |
| 9 | +2403.01081, 2024. (* denotes equal contributions) |
6 | 10 |
|
7 |
| -* `mkdocs new [dir-name]` - Create a new project. |
8 |
| -* `mkdocs serve` - Start the live-reloading docs server. |
9 |
| -* `mkdocs build` - Build the documentation site. |
10 |
| -* `mkdocs -h` - Print help message and exit. |
| 11 | +## 📋 Requirements |
| 12 | + |
| 13 | +- **🍎 Apple M1/M2/M3 Mac or 🐧 Linux system** (tested on Fedora). |
| 14 | + We anticipate support for more operating systems in the future. |
| 15 | +- C++ compiler |
| 16 | +- Python 3.10 or Python 3.11 |
| 17 | +- Approximately 60GB disk space (entire process) |
| 18 | + |
| 19 | +> **NOTE:** Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet. |
| 20 | +<!-- --> |
| 21 | +> **NOTE:** When installing the `ilab` CLI on macOS, you may have to run the `xcode-select --install` command, installing the required packages previously listed. |
11 | 22 |
|
12 |
| -## Project layout |
13 | 23 |
|
14 |
| - mkdocs.yml # The configuration file. |
15 |
| - docs/ |
16 |
| - index.md # The documentation homepage. |
17 |
| - ... # Other markdown pages, images and other files. |
|
0 commit comments