mlcommons / mlcommons/training
Llama 3.1 git: not a valid object name issue
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
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 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