Closed priamai closed 9 months ago
Hi, did you run this with --detach
?
If the terminal you called the run
from disconnects (laptop lid is shut, for example) then the app will be stopped as your client stops heartbeating. To avoid this you can use --detach
which means "even if I disconnect, keep running the app". This is off by default - we aim for continuation on disconnect to be intentional rather than accidental.
For follow-up support, kindly feel free to join our Slack so we can provide resolutions more quickly, and I can help you with your credits as well.
The red tokenizers
errors are benign - they happen on the official Meta repo also.
Hi there, I just run:
modal run train.py --dataset sql_dataset.py --base chat7 --run-id chat7-sql
I have about 15 USD of credits left.
And I receive a pletora of red errors on the console:
And training never finishes
And then this is the last message:
grpclib.exceptions.GRPCError: (<Status.FAILED_PRECONDITION: 9>, 'App state is APP_STATE_STOPPED', None)
Any ideas what does that mean?