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

Pinned fastapi version #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dcerisano
Copy link

@dcerisano dcerisano commented Jul 14, 2023

Breaking changes in fastapi 0.100.0 broke EasyLM gradio webapp.
App server could not validate JSON, returned error code 422 on POST from client (see error below).

As per fastapi guidance, version should be pinned to prevent this in the future. Pinning back to previous version fastapi 0.99.1 resolves the issue for now, next version release should fix it. (Possible that other packages for EasyLM should be baselined as well).

Tested with:

  • Today's clone of EasyLM repo
  • open_llama_3b_easylm
  • TR4 64GB DRAM + 12GB VRAM with XLA_PYTHON_CLIENT_ALLOCATOR=platform
  • Ubuntu 22.04.2 LTS
INFO:     Started server process [51594]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:5007 (Press CTRL+C to quit)
INFO:     127.0.0.1:33142 - "GET / HTTP/1.1" 200 OK
INFO:     127.0.0.1:33142 - "GET /info HTTP/1.1" 200 OK
INFO:     127.0.0.1:33142 - "GET /theme.css HTTP/1.1" 200 OK
INFO:     127.0.0.1:33142 - "POST /run/predict HTTP/1.1" 422 Unprocessable Entity
INFO:     ('127.0.0.1', 33152) - "WebSocket /queue/join" [accepted]
INFO:     connection open
INFO:     127.0.0.1:33162 - "POST /reset HTTP/1.1" 200 OK

@dcerisano
Copy link
Author

dcerisano commented Jul 26, 2023

Is this PR going to be merged? If it will be closed without merge a reason should be given. Assuming merge master is on vacation.

@lhao499 lhao499 force-pushed the main branch 3 times, most recently from 49de835 to 76bb5f2 Compare August 13, 2023 20:09
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

Successfully merging this pull request may close these issues.

None yet

1 participant