Skip to content

stanford-cs336/assignment3-scaling

Repository files navigation

CS336 Spring 2025 Assignment 3: Scaling

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.

Setup

  1. Install uv

  2. Add whatever dependencies you need with uv add <package>.

  3. Run anything in the given environment with

uv run <command>
  1. If you need the Python binary (for instance to reference the Python interpreter for VSCode), run
uv run which python

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages