Skip to content
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

The Makefile execution was successful, but there is no response when entering text. #96

Open
dizhenx opened this issue Jun 2, 2023 · 0 comments

Comments

@dizhenx
Copy link

dizhenx commented Jun 2, 2023

When running the command "make bloom-560m" on CentOS, it executed successfully. However, when you entered text in the browser and clicked the submit button, it kept displaying the message "Processing" without returning an answer. Upon checking the backend, you found the following error:

INFO: Started server process [5229]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:5001 (Press CTRL+C to quit)
model loaded
INFO: 192.168.2.54:61604 - "GET / HTTP/1.1" 200 OK
INFO: 192.168.2.54:61604 - "GET /css/style.css HTTP/1.1" 200 OK
INFO: 192.168.2.54:61606 - "GET /js/index.js HTTP/1.1" 200 OK
INFO: 192.168.2.54:61604 - "GET /favicon.ico HTTP/1.1" 404 Not Found

This error indicates that port 5001 is accessible, but port 5000 in the backend is returning a 404 error. What is the reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant