For a full description of the assignment, see the assignment handout at cs336_spring2025_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.
-
Install uv
-
Add whatever dependencies you need with
uv add <package>
. -
Run anything in the given environment with
uv run <command>
- If you need the Python binary (for instance to reference the Python interpreter for VSCode), run
uv run which python