Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 521 Bytes

CS336 Spring 2024 Assignment 3: Scaling

For a full description of the assignment, see the assignment handout at cs336_spring2024_assignment3_scaling.pdf

If you see any issues with the assignment handout or code, please feel free to raise a GitHub issue or open a pull request with a fix.

Setup

  1. Set up a conda environment and install the package.
conda create -n cs336_scaling_laws python=3.10 --yes
conda activate cs336_scaling_laws
pip install -e .