-
Notifications
You must be signed in to change notification settings - Fork 3
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
update flax and ipsuite tests #391
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
Small comment, I have not tested it locally yet.
for more information, see https://pre-commit.ci
@@ -41,24 +41,29 @@ You can then clone and install the project. | |||
|
|||
git clone https://github.com/apax-hub/apax.git <dest_dir> | |||
cd <dest_dir> | |||
poetry install | |||
uv sync --all-extras --no-extra cuda |
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.
Maybe add
To use the Installed packages, scripts are executed via uv run ...
See the [Jax installation instructions](https://github.com/google/jax#installation) for more details. | ||
|
||
|
||
For more detailed instructions, please refer to the [documentation](https://apax.readthedocs.io/en/latest/). |
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.
I would add "and dev installation"
for more information, see https://pre-commit.ci
update install docs
originally, this PR was just an update of the ipsuite tests to be compatible with the newest versions and to update the flax version.
Due to complications with poetry, I have now also switched the project from poetry to uv.