Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coding style guide #95

Merged
merged 24 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
jlamypoirier committed Dec 19, 2024
commit 12bd08904ab24b69bf03e605be5db10422ba0ddd
6 changes: 3 additions & 3 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ To follow this guide, you'll need:

- **Hardware**: At least one NVIDIA GPU, preferably with Ampere architecture or newer. Note that this tutorial is designed for 80 GB A100s or H100 GPUs, and some adjustments are needed to run it with less memory or an earlier architecture.
- **Software**: Depending on your setup, you'll need one of the following:
- **Docker**: If you're using the prebuilt Docker image on your local machine.
- **Python 3.10**: If you're setting up a custom environment (virtual environment, bare-metal, etc.) on your local machine.
- **Cluster Setup**: Access to a Docker-enabled Slurm cluster or to a Kubernetes cluster with Kubeflow if you're using those environments.
- **Docker**: If you're using the prebuilt Docker image on your local machine.
- **Python 3.10**: If you're setting up a custom environment (virtual environment, bare-metal, etc.) on your local machine.
- **Cluster Setup**: Access to a Docker-enabled Slurm cluster or to a Kubernetes cluster with Kubeflow if you're using those environments.

## πŸ— Step 1: Initial Setup

Expand Down
6 changes: 3 additions & 3 deletions docs/recipes/data-preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ For this guide, you would need:
- **Hardware**: Just a machine with CPUs will do. But having a large numbers of CPUs and nodes helps distribute the data preparation job and significantly speed things up.

- **Software**: Depending on your setup, you'll need one of the following:
- **Docker**: If you're using the prebuilt Docker image on your local machine.
- **Python 3.10**: If you're setting up a custom environment (virtual environment, bare-metal, etc.) on your local machine.
- **Cluster Setup**: Access to a Docker-enabled Slurm cluster or to a Kubernetes cluster with Kubeflow if you're using those environments.
- **Docker**: If you're using the prebuilt Docker image on your local machine.
- **Python 3.10**: If you're setting up a custom environment (virtual environment, bare-metal, etc.) on your local machine.
- **Cluster Setup**: Access to a Docker-enabled Slurm cluster or to a Kubernetes cluster with Kubeflow if you're using those environments.

## πŸ“š Step 1: Download the dataset from Huggingface

Expand Down
Loading