Update GLM-4.5 Doc transformers version (#25830)

Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com>
This commit is contained in:
Yuxuan Zhang
2025-09-28 20:05:51 +08:00
committed by GitHub
parent f4e4088c99
commit b1ded114b9
4 changed files with 7 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Inference-only GLM-4.5 model compatible with HuggingFace weights."""
"""Inference-only GLM-4.5, GLM-4.6 model compatible with HuggingFace weights."""
import typing
from collections.abc import Callable, Iterable
from itertools import islice