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

Cleanup client-side integrations and tests #548

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

spillai
Copy link
Contributor

@spillai spillai commented Mar 8, 2024

Summary

  • Cleaned up several nos module level imports and trimmed client-side integrations
  • Removed explicit integrations with pixeltable

Related issues

Checks

  • make lint: I've run make lint to lint the changes in this PR.
  • make test: I've made sure the tests (make test-cpu or make test) are passing.
  • Additional tests:
    • Benchmark tests (when contributing new models)
    • GPU/HW tests

- Updated entrypoint to support both gRPC and HTTP serving
- Updated default gRPC host to localhost to avoid ipv6 issues within docker
- Updated docker-compose files to support single-container gRPC serving + HTTP proxy
- Updated default `nos.client.Client()` address to use `localhost:50051` for gRPC
  and avoid having to manually set for examples.
@spillai spillai added the maintenance Refactoring, maintenance, or cleanup label Mar 8, 2024
@spillai spillai added this to the NOS v0.2 milestone Mar 8, 2024
@spillai spillai merged commit b0de4df into autonomi-ai:main Mar 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Refactoring, maintenance, or cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant