"vllm/vscode:/vscode.git/clone" did not exist on "7e90a2d11785b4cba5172f13178adb6d194a867f"
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 @@
"""Shared functions for the encoder tests"""
from functools import lru_cache
import transformer_engine
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