Keep getting the error in my terminal:
ConnectionRefusedError: [Errno 111] Connection refused
I got the above error by trying to add in this command:
accelerate launch --num_processes=1 --num_machines=1 --mixed_precision=fp16 --dynamo_backend=no alpaca.py
to my debugging command as so:
cd /its/home/ar810/Project2 ; /usr/bin/env /its/home/ar810/Project2/.venv/bin/python /its/home/ar810/.vscode-server/extensions/ms-python.debugpy-2024.10.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 45401 accelerate launch --num_processes=1 --num_machines=1 --mixed_precision=fp16 --dynamo_backend=no -- /its/home/msu22/Project2/1.DataGeneration/1.1PromptGeneration/alpaca.py
tried running my accelerator launch on vs code debug to save time.