Skip to content

Commit

Permalink
Added some emojis and fixed locations of files.
Browse files Browse the repository at this point in the history
Started to fill in the gaps of some of the documentation.

Signed-off-by: JJ Asghar <[email protected]>
  • Loading branch information
jjasghar committed Aug 29, 2024
1 parent cf3a1be commit 2a8972e
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 12 deletions.
Binary file added docs/.index.md.swp
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/getting-started/linux_amd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Getting Started Linux AMD


TODO
2 changes: 1 addition & 1 deletion docs/getting-started/linux_nvidia.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started Mac Metal
# Getting Started Linux NVidia


TODO
4 changes: 0 additions & 4 deletions docs/getting-started/llinux_amd.md

This file was deleted.

Binary file added docs/images/ilab_dog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 17 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Welcome to InstructLab!
---
title: Introduction
description: Introduction docs.instructlab.ai
logo: images/ilab_dog.png
---
# Welcome to InstructLab!

## Introduction

### ? What is InstructLab?
InstructLab 🐶 uses a novel synthetic data-based alignment tuning method for
Large Language Models (LLMs.) The "**lab**" in Instruct**Lab** 🐶 stands for
[**L**arge-Scale **A**lignment for Chat**B**ots](https://arxiv.org/abs/2403.01081) [1].
Expand All @@ -8,6 +16,10 @@ Large Language Models (LLMs.) The "**lab**" in Instruct**Lab** 🐶 stands for
Cox, Akash Srivastava*. "LAB: Large-Scale Alignment for ChatBots", arXiv preprint arXiv:
2403.01081, 2024. (* denotes equal contributions)

### 🔭 Use Cases

TODO

## 📋 Requirements

- **🍎 Apple M1/M2/M3 Mac or 🐧 Linux system** (tested on Fedora).
Expand All @@ -16,8 +28,9 @@ Cox, Akash Srivastava*. "LAB: Large-Scale Alignment for ChatBots", arXiv preprin
- Python 3.10 or Python 3.11
- Approximately 60GB disk space (entire process)

> **NOTE:** Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet.
<!-- -->
> **NOTE:** When installing the `ilab` CLI on macOS, you may have to run the `xcode-select --install` command, installing the required packages previously listed.
!!! note
Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet.

!!! tip
When installing the `ilab` CLI on macOS, you may have to run the `xcode-select --install` command, installing the required packages previously listed.

File renamed without changes.
4 changes: 2 additions & 2 deletions resources/MKDOCS.md → docs/resources/MKDOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ Yes, these work. :smiley: :+1:

## Images

![image](../images/ibm-cloud-sign-up.png)
![image](../images/ilab_dog.png)

Nunc eu odio eleifend, blandit leo a, volutpat sapien

## right align image

![Placeholder](../images/ibm-cloud-sign-up.png){: align=right }
![Placeholder](../images/ilab_dog.png){: align=right }

Nunc eu odio eleifend, blandit leo a, volutpat sapien
File renamed without changes.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edit_uri: edit/main/docs
# Navigation
nav:
- Welcome:
- About InstructLab: README.md
- About InstructLab: index.md
- Getting Started:
- Mac Metal: getting-started/mac_metal.md
- Linux NVidia: getting-started/linux_nvidia.md
Expand Down

0 comments on commit 2a8972e

Please sign in to comment.