You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use this on Mac Ventura and running into a very similar issue to #1. The output is the same, but the error is not with memory, or at least Docker Desktop's default memory on my computer is 8Gb, not 2, so I would have expected that to be enough.
The error happens immediately, too, which seems odd if it were to be a memory issue.
Specifically, I am initializing the image with docker run -it -d -p 5003:5000 graykode/ai-docstring:cpu (can't download the Weights to run the ngrok notebook). I use port 5003 locally since Apple uses 5000 for AirDrop.
I get the error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
followed by what appears to be the image hash, identifier, etc.
I have my setting in VSCode set to:
"ai-docstring.ServerEndpoint": "127.0.0.1:5003"
The image seems to run fine, but upon calling Generate Docstring, I get an Error: socket hang up.
The text was updated successfully, but these errors were encountered:
As the last modifications to this add-on were nearly 3 years ago, I am concluding that this add-on is abandoned and will be looking elsewhere for AI docstring generation...
I'm attempting to use this on Mac Ventura and running into a very similar issue to #1. The output is the same, but the error is not with memory, or at least Docker Desktop's default memory on my computer is 8Gb, not 2, so I would have expected that to be enough.
The error happens immediately, too, which seems odd if it were to be a memory issue.
Specifically, I am initializing the image with
docker run -it -d -p 5003:5000 graykode/ai-docstring:cpu
(can't download the Weights to run the ngrok notebook). I use port5003
locally since Apple uses5000
for AirDrop.I get the error:
followed by what appears to be the image hash, identifier, etc.
I have my setting in VSCode set to:
The image seems to run fine, but upon calling Generate Docstring, I get an
Error: socket hang up
.The text was updated successfully, but these errors were encountered: