Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
distributedstatemachine committed Dec 31, 2024
1 parent 3d72a2c commit 1974f6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ uv.lock

# Project specific
wandb
*ipynb
*ipynb
lm-evaluation-harness/
models/
4 changes: 2 additions & 2 deletions docs/miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This guide will help you set up and run a miner for **τemplar**. We'll cover bo
## Prerequisites

- **NVIDIA GPU** with CUDA support
- Minimum 24GB VRAM recommended
- Minimum H100 recommended
- **Ubuntu** (or Ubuntu-based Linux distribution)
- **Docker** and **Docker Compose**
- **Git**
Expand Down Expand Up @@ -151,7 +151,7 @@ This guide will help you set up and run a miner for **τemplar**. We'll cover bo
Start the miner using Docker Compose:

```bash
docker-compose up -d node
docker compose -f docker/compose.yml up -d
```

This will start the miner in detached mode.
Expand Down
4 changes: 2 additions & 2 deletions docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This guide will help you set up and run a validator for **τemplar**. Validators
## Prerequisites

- **NVIDIA GPU** with CUDA support
- Minimum 24GB VRAM recommended
- Minimum H100 recommended
- **Ubuntu** (or Ubuntu-based Linux distribution)
- **Docker** and **Docker Compose**
- **Git**
Expand Down Expand Up @@ -124,7 +124,7 @@ This guide will help you set up and run a validator for **τemplar**. Validators
Start the validator using Docker Compose:

```bash
docker-compose up -d node
docker compose -f docker/compose.yml up -d
```

### Manual Installation
Expand Down

0 comments on commit 1974f6a

Please sign in to comment.