Skip to main content

No project description provided

Project description

dlcalc

PyPI version checks

random command line tools for deep learning

Installation

pip install dlcalc

or

git clone https://github.com/jfc4050/dlcalc
cd dlcalc
pip install -e .

Tools

3D Training Calculator

calculator for estimating various performance characteristics of 3D parallel transformer model training:

  • memory consumption
  • pipeline bubble
  • communication overhead
  • compute intensity
  • etc..
3dtrn -h

we've include a sample config you can try tweaking

3dtrn examples/llama3_70b.yaml

Checkpoint Summarizer

gives a human-readable summarization of keys, values, and tensor shapes in a given training checkpoint.

ckpt-summarize -h

Development

install development dependencies

pip install -e .[dev]

static checks can be run with

bash checks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dlcalc-0.1.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

dlcalc-0.1.3-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page