-
Notifications
You must be signed in to change notification settings - Fork 477
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
Add ray compute #1526
Add ray compute #1526
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1526 +/- ##
==========================================
- Coverage 80.33% 80.23% -0.11%
==========================================
Files 95 111 +16
Lines 6602 7741 +1139
==========================================
+ Hits 5304 6211 +907
- Misses 1298 1530 +232 ☔ View full report in Codecov by Sentry. |
Plz Update Changelog |
- "6379:6379" | ||
environment: | ||
SUPERDUPERDB_DATA_BACKEND: 'mongodb://superduper:superduper@mongodb:27017/test_db' | ||
command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we add this to dependencies as in dask
?
# Change the default value | ||
from superduperdb.backends.ray.compute import RayComputeBackend | ||
|
||
working_dir = Path(__file__).parents[1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use the client in the docker-compose
?
Description
#1356 fix
Related Issues
Checklist
make test
successfully?Additional Notes or Comments