Skip to content

Commit e6869e4

Browse files
committed
Add pyconfig to requirements.txt file for unit tests
1 parent 438ead1 commit e6869e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaxText/tests/inference/page_manager_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import sys
1919
import unittest
2020

21-
import pyconfig
21+
from MaxText import pyconfig
2222

2323
import jax
2424
import jax.numpy as jnp

0 commit comments

Comments
 (0)