mlcommons / mlcommons/training

Llama 3.1 git: not a valid object name issue

Open
#820 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.8k
Forks
594
PR merge metrics
No merged PRs in 30d

Description

When I execute the code to execute the LLama 3.1 nemo example I'm getting an error:

fatal: not a valid object name: HEAD:large_language_model_pretraining/nemo/

Looks like this was changed relatively recently.
https://github.com/mlcommons/training/commit/46a0072512ab83779abf62f0988b6e49ee221081

I changed it back to the original form (see below) and it's working for me now. I'll raise a PR.

packager=run.GitArchivePackager(),

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 Llama 3.1 NeMo example and inspect commit 46a0072512ab83779abf62f0988b6e49ee221081, which changed the GitArchivePackager configuration. Reproduce the reported git error, compare the current configuration with the original form shown in the issue, and confirm that the example runs without the invalid object name failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, python
Domain
build-system, machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.