Unverified Commit 3dc8c6bc authored by Phuong Nguyen's avatar Phuong Nguyen Committed by GitHub
Browse files

[JAX] Fixing importing in the encoder examples (#1600)



import te before te_jax
Signed-off-by: default avatarPhuong Nguyen <phuonguyen@nvidia.com>
parent 1321b9b5
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"""Shared functions for the encoder tests""" """Shared functions for the encoder tests"""
from functools import lru_cache from functools import lru_cache
import transformer_engine
from transformer_engine_jax import get_device_compute_capability from transformer_engine_jax import get_device_compute_capability
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment