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

Allow pytorch batching using jax2torch #93

Merged
merged 16 commits into from
Jun 27, 2024
3 changes: 2 additions & 1 deletion ci_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pytest-repeat
- icub-models
- idyntree >=11.0.0
- gitpython
- gitpython
- jax
- pytorch
- jax2torch
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ casadi =
casadi
pytorch =
torch
jax
jaxlib
jax2torch
test =
jax
jaxlib
Expand All @@ -54,13 +57,16 @@ test =
icub-models
black
gitpython
jax2torch

conversions =
idyntree
all =
jax
jaxlib
casadi
torch
jax2torch

[tool:pytest]
addopts = --capture=no --verbose
1 change: 1 addition & 0 deletions src/adam/pytorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# GNU Lesser General Public License v2.1 or any later version.

from .computations import KinDynComputations
from .computation_batch import KinDynComputationsBatch
from .torch_like import TorchLike
Loading
Loading