-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
bugSomething isn't workingSomething isn't working
Description
System Info
The Hyperpod training example:
https://huggingface.co/docs/optimum-neuron/training_tutorials/pretraining_hyperpod_llm
depends on a dockerfile that refers to a clm_run script that doesn't exist in its location. Maybe it was moved?
https://github.com/huggingface/optimum-neuron/blob/f86ca4bd63e322837bd634d2feb929ae52f9309b/docs/source/training_tutorials/amazon_eks/Dockerfile#L35
Who can help?
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examples
folder (such as GLUE/SQuAD, ...) - My own task or dataset (give details below)
Reproduction (minimal, reproducible, runnable)
View the cp command in the Dockerfile and then look in the project path:
RUN cp -r optimum-neuron/examples/language-modeling/requirements.txt workspace/requirements.txt |
Expected behavior
I haven't run it, but the paths look off. I would expect that it at leasts refers to directories that exist.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working