Skip to content

Commit d87ab8a

Browse files
committed
fix str2bool import
1 parent 81eca03 commit d87ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaxText/utils/ckpt_conversion/to_maxtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
import threading
6262
from functools import partial
6363
from typing import Sequence, List, Any, Callable
64-
from benchmarks.benchmark_utils import str2bool
64+
from MaxText.inference_utils import str2bool
6565
import numpy as np
6666
import jax
6767
import psutil

0 commit comments

Comments
 (0)