-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client can not connect the server #21
Comments
Hi OpenAI guys, I also met this problem: Step 1:
Server running at http://localhost:1234 Visit http://10.0.80.43:1234/, it prints: Neuron viewer Visit http://10.0.80.43:1234/gpt2-small/tdb_alpha An error occurs: Thanks |
I
Hi duoduo07, Have you fixed this problem? Thanks |
hi, same problem.
maybe you're using a school/company's internet |
i can not get gpt2-small |
the programer will happen : Ran out of input.somebady reslove it |
Error: Unable to look up model info. Are you sure you're running an activation server for this dataset? Current URL: http://localhost:8002
server and client are deployed on the same machine,
server start as the command:
python neuron_explainer/activation_server/main.py --run_model False --port 8000
client start as the command:
NEURON_VIEWER_ACTIVATION_SERVER_URL=http://localhost:8000 npm start
Is the OPENAI_API_KEY neccssary?
The text was updated successfully, but these errors were encountered: