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

jaxonnxrutnime backend with the correct config for op testing. #60

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update runtimes/jaxonnxruntime/development/Dockerfile
Co-authored-by: Jinning Li <jinningmaxli@gmail.com>
Signed-off-by: John <1200986+maxwillzq@users.noreply.github.com>
maxwillzq and jinning-li authored Jul 31, 2023
commit 3c5c0234b213d46fc2179a0a8711d832d9f3a7b7
2 changes: 1 addition & 1 deletion runtimes/jaxonnxruntime/development/Dockerfile
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ RUN pip3 install --upgrade pip setuptools wheel pytest

############## JAX and JAXONNXRuntime configs ###########
# ref to https://github.com/google/jaxonnxruntime/blob/main/tests/onnx_ops_test.py
ENV JAX_DEFAULT_DTYPE_BITS=64
ENV JAX_ENABLE_X64=True
ENV JAX_NUMPY_RANK_PROMOTION=warn
ENV JAXORT_ONLY_ALLOW_INITIALIZERS_AS_STATIC_ARGS=0
ENV JAXORT_NONZERO_USE_FULLY_PADDING=1