We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40071fc + ffcdb79 commit ec712bfCopy full SHA for ec712bf
1 file changed
src/maxtext/integration/tunix/utils.py
@@ -1,4 +1,4 @@
1
-# Copyright 2023–2025 Google LLC
+# Copyright 2023–2026 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
16
17
import re
18
19
-import MaxText.integration.tunix.weight_mapping as weight_mapping # pylint: disable=consider-using-from-import
+import maxtext.integration.tunix.weight_mapping as weight_mapping # pylint: disable=consider-using-from-import
20
from maxtext.checkpoint_conversion.utils.param_mapping import PARAM_MAPPING
21
from maxtext.checkpoint_conversion.utils.param_mapping import VLLM_HOOK_FNS
22
0 commit comments