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

Catch exceptions in module client calls #1141

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

carolineechen
Copy link
Collaborator

No description provided.

Copy link
Collaborator Author

carolineechen commented Aug 12, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @carolineechen and the rest of your teammates on Graphite Graphite

Copy link

sentry-io bot commented Aug 12, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: runhouse/resources/hardware/cluster.py

Function Unhandled Issue
call_client_method RuntimeError: Pip install python3 -m pip install "langchain_text_splitterslangchainhub" failed, check that the ... ...
Event Count: 2
call_client_method ModuleNotFoundError: No module named 'torch' app....
Event Count: 2
call_client_method RuntimeError: Pip install python3 -m pip install "langchain_text_splitterslangchainhub" failed, check that the ... ...
Event Count: 1
call_client_method NameError: name 'FluxPipelineExample' is not defined main in <mod...
Event Count: 1
📄 File: runhouse/resources/module.py (Click to Expand)
Function Unhandled Issue
__call__ AttributeError: 'FluxPipelineExample' object has no attribute 'pipeline' ...
Event Count: 6
__call__ ValueError: Cannot instantiate this tokenizer from a slow version. If it's based on sentencepiece, make sure ... ...
Event Count: 5
__call__ ModuleNotFoundError: No module named 'torch' call...
Event Count: 3
__call__ OutOfMemoryError: CUDA out of memory. Tried to allocate 54.00 MiB. GPU 0 has a total capacity of 22.19 GiB of which... ...
Event Count: 3
---

Did you find this useful? React with a 👍 or 👎

@carolineechen carolineechen force-pushed the cc/module-client-call branch 3 times, most recently from fbd9b2e to c41dbd1 Compare August 15, 2024 16:39
Base automatically changed from cc/client-update to main August 15, 2024 17:12
@carolineechen carolineechen merged commit c4bc995 into main Aug 15, 2024
11 of 12 checks passed
@carolineechen carolineechen deleted the cc/module-client-call branch August 15, 2024 17:42
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.

2 participants