I used a server computer for using GPU which is separated from my Desktop.
So, I installed SAM into the server computer and ran the SAM via SLURM.
I tried to connect that node with my local Desktop via ssh, but it is not connected.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started parent process [61240]
INFO: Started server process [61264]
INFO: Started server process [61263]
INFO: Waiting for application startup.
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Application startup complete
Hello,
I used a server computer for using GPU which is separated from my Desktop. So, I installed SAM into the server computer and ran the SAM via SLURM. I tried to connect that node with my local Desktop via ssh, but it is not connected.
I think it is a kind of problem with Uvicorn. Do you have a solution for connecting the node with the local computer?