pytorch / pytorch/benchmark

model size info

Open
#1,774 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1k
Forks
346
PR merge metrics
No merged PRs in 30d

Description

Is there a way to get the number of parameters of each models for each tests?

for example:

python run.py llama -d cuda -t eval

How to know which llama model variant it is? (7B, 13B, 33B, or 65B parameters)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the run.py entry point and the example command python run.py llama -d cuda -t eval to understand how models are selected for tests. Determine where the selected Llama variant is exposed and how completion should report its parameter count; done means each tested model clearly identifies its variant and number of parameters.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning, performance
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.