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

colab -- opendelta_must_try.ipynb, HTTP Error 502: Bad Gateway #65

Open
csmust opened this issue Apr 12, 2023 · 0 comments
Open

colab -- opendelta_must_try.ipynb, HTTP Error 502: Bad Gateway #65

csmust opened this issue Apr 12, 2023 · 0 comments

Comments

@csmust
Copy link

csmust commented Apr 12, 2023

HTTPError                                 Traceback (most recent call last)
[<ipython-input-3-329ab0880ca3>](https://localhost:8080/#) in <cell line: 14>()
     12 from opendelta import AutoDeltaModel, AutoDeltaConfig
     13 # use existing delta models from DeltaCenter
---> 14 delta = AutoDeltaModel.from_finetuned("thunlp/Spelling_Correction_T5_LRAdapter_demo", backbone_model=t5)
     15 # freeze the whole backbone model except the delta models.
     16 delta.freeze_module()

10 frames
[/usr/lib/python3.9/urllib/request.py](https://localhost:8080/#) in http_error_default(self, req, fp, code, msg, hdrs)
    639 class HTTPDefaultErrorHandler(BaseHandler):
    640     def http_error_default(self, req, fp, code, msg, hdrs):
--> 641         raise HTTPError(req.full_url, code, msg, hdrs, fp)
    642 
    643 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 502: Bad Gateway
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