Stop learning
Shrek617 opened this issue · 2 comments
Shrek617 commented
How to stop learning?
theblazehen commented
Just ^C it
Shrek616 commented
Just ^C it
Thanks, but it didn't work, it was writing an error related to the database. I fixed this with the addition this for my runvoyager.py:
voyager = Voyager(
mc_port=25565,
openai_api_key=openai_api_key,
ckpt_dir="ckpt",
resume=True,
)