Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a table of results for our supported checkpoints #142

Closed
carmocca opened this issue Jun 14, 2023 · 4 comments
Closed

Create a table of results for our supported checkpoints #142

carmocca opened this issue Jun 14, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@carmocca
Copy link
Contributor

We support a large number of checkpoints. And there's a multitude of scripts that can be run.

Users often ask questions like "can I run X script with Y model given Z memory?" or "is X (script, model) faster than Y (script, model)?"

The idea would be to collect data in a Markdown table that we can point to answer these questions.

The data should always be collected from the same machine (our 8xA100 node).
Some scripts will have to specify the hparams used.
We can pick out a subset of the checkpoints to start with.

For example:

generate/base.py --precision bf16-true

Model tokens/sec Memory (GB)
pythia-6.9b ... ...
falcon-7b ... ...
stablelm-base-alpha-7b ... ...
@carmocca carmocca added the documentation Improvements or additions to documentation label Jun 14, 2023
aniketmaurya pushed a commit to aniketmaurya/install-lit-gpt that referenced this issue Jul 5, 2023
@rasbt
Copy link
Collaborator

rasbt commented Aug 16, 2023

that's a great idea. Maybe also adding a Num GPU column since some models can't be run on a single device.

(Once the current QLoRA experiments are done and datasets are added, I can maybe get started on this)

@NinoRisteski
Copy link

is this resolved or there is more to be done?

@rasbt
Copy link
Collaborator

rasbt commented Sep 16, 2023

We should probably also have a similar table for finetuning.

@carmocca
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants