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

Swap absl logging for Python logging #27715

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

Conversation

ZacCranko
Copy link
Collaborator

We don't depend on absl.logging (aside from unit tests), but we're still importing it in a couple places. This PR just replaces a absl.logging in a few places with Python logging.

  File "/home/zcrank/mosaictest/.venv/lib/python3.10/site-packages/jax/_src/export/_export.py", line 30, in <module>
    from absl import logging
ModuleNotFoundError: No module named 'absl'

@ZacCranko ZacCranko self-assigned this Apr 3, 2025
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.

1 participant