Skip to content

Commit c528626

Browse files
Merge pull request #2680 from AI-Hypercomputer:mohit/fix_ckpt
PiperOrigin-RevId: 832027535
2 parents f8bc1e8 + d87ab8a commit c528626

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)