model size info
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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