Skip to content

Commit ec712bf

Browse files
Merge pull request #3207 from AI-Hypercomputer:fix-copybara-jupyer-nb
PiperOrigin-RevId: 873125633
2 parents 40071fc + ffcdb79 commit ec712bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxtext/integration/tunix/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023–2025 Google LLC
1+
# Copyright 2023–2026 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616

1717
import re
1818

19-
import MaxText.integration.tunix.weight_mapping as weight_mapping # pylint: disable=consider-using-from-import
19+
import maxtext.integration.tunix.weight_mapping as weight_mapping # pylint: disable=consider-using-from-import
2020
from maxtext.checkpoint_conversion.utils.param_mapping import PARAM_MAPPING
2121
from maxtext.checkpoint_conversion.utils.param_mapping import VLLM_HOOK_FNS
2222

0 commit comments

Comments
 (0)