Whenever I start autotrain I get this error "Cannot access gated repo for url ". How do I fix it?
Thatâs because you are trying to use a gated model.
You can use a different model or get permission from the gated model page and give them a token so you can use it.
Thanks for the reply, I didnât realize I was on the wrong model thank you so much.
Now Iâm getting another error shortly after I start autotrain
main.py: error: unrecognized arguments: -m autotrain.trainers.clm -m autotrain.trainers.clm -m autotrain.trainers.clm
Traceback (most recent call last):
File â/app/env/bin/accelerateâ, line 8, in
sys.exit(main())
File â/app/env/lib/python3.10/site-packages/accelerate/commands/accelerate_cli.pyâ, line 48, in main
args.func(args)
File â/app/env/lib/python3.10/site-packages/accelerate/commands/launch.pyâ, line 1174, in launch_command
simple_launcher(args)
File â/app/env/lib/python3.10/site-packages/accelerate/commands/launch.pyâ, line 769, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command â[â/app/env/bin/pythonâ, â-mâ, âautotrain.trainers.clmâ, ââtraining_configâ, âautotrain-n1u1h-xdrby/training_params.jsonâ, â-mâ, âautotrain.trainers.clmâ, ââtraining_configâ, âautotrain-eidqd-jofqp/training_params.jsonâ, â-mâ, âautotrain.trainers.clmâ, ââtraining_configâ, âautotrain-eidqd-jofqp/training_params.jsonâ, â-mâ, âautotrain.trainers.clmâ, ââtraining_configâ, âautotrain-eidqd-jofqp/training_params.jsonâ]â returned non-zero exit status 2.
From the error message, it seems that some of -m is not required.
this is only half the error. please post full logs
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.