Use /usr/bin/env bash

This commit is contained in:
Mwaura Collins 2026-03-05 22:29:00 +03:00
parent 1076f97059
commit a5f788cb18
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# See speedrun.sh for more comments
# Usage: ./miniseries.sh [series_name]

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Showing an example run for exercising some of the code paths on the CPU (or MPS on Macbooks)
# This script was last updated/tuned on Jan 17, 2026.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
LABEL="jan26"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script is configured to train your own GPT-2 grade LLM (pretraining + finetuning)
# It is designed to run on a blank 8XH100 GPU node and takes approximately 3 hours to complete.