InternRobotics / InternRobotics/MeshCoder
FileNotFoundError: [Errno 2] No such file or directory: 'llama-3-models/object_to_code_model/config_shape_tokenizer.yml'
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 534
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I have already downloaded the pretrained models on Hugging Face, included config.yaml,shape_tokenizer.pt,adapter_config.json and adapter_model.safetensors. When i was running the single GPU inference, it still needs llama-3-models/object_to_code_model/config_shape_tokenizer.yml but i can't find on hugging face
Contributor guide
No contributing guide indexed for this repository
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 from the single-GPU inference entry point and trace why it requests llama-3-models/object_to_code_model/config_shape_tokenizer.yml. Compare that requirement with the listed Hugging Face artifacts: config.yaml, shape_tokenizer.pt, adapter_config.json, and adapter_model.safetensors. Done means the required configuration artifact and its expected source are clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100