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

Encapsulate build logic #679

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Encapsulate build logic #679

merged 3 commits into from
Aug 9, 2023

Conversation

grasskin
Copy link
Member

@grasskin grasskin commented Aug 8, 2023

Do not merge yet! Making sure this fixes internal issue. Ready to merge. Separated out build logic into it's own functional components to be able to pick and choose for different build systems.

Separated out build logic into it's own functional components to be able to pick and choose for different build systems.
@grasskin
Copy link
Member Author

grasskin commented Aug 8, 2023

Ran into cannot import name 'xla_data_pb2 and had to

pip uninstall jax jaxlib
pip install --upgrade pip
pip install --upgrade jax jaxlib

after installing requirements as a potential issue with what we install.

@grasskin grasskin requested review from fchollet and removed request for fchollet August 8, 2023 21:24
Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good -- let me know when it's ready to merge.

@grasskin
Copy link
Member Author

grasskin commented Aug 9, 2023

Ready now - had to muck around with path to get things working. Thank you!

@fchollet fchollet merged commit 34a0388 into keras-team:main Aug 9, 2023
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