subprocess.CalledProcessError: Command '['/home/u......] died with <Signals.SIGKILL: 9>. #498
Sreekanth-DSAI
started this conversation in
General
Replies: 1 comment
-
llm finetuning ignores validation data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Abhishek, I am getting this error " File "/home/ubuntu/llama_train/venv/lib/python3.10/site-packages/accelerate/commands/launch.py", line 643, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['/home/ubuntu/llama_train/venv/bin/python3', '-m', 'autotrain.trainers.clm', '--training_config', 'my_project/training_params.json']' died with <Signals.SIGKILL: 9>.
". How to give validation dataset here. it is saying valid data: None
Beta Was this translation helpful? Give feedback.
All reactions