Handle other Qwen3 tokenizer settings (#716)

This commit is contained in:
Sebastian Raschka
2025-06-30 17:49:51 -05:00
committed by GitHub
parent 6a4d0a1022
commit 30645a6d64
3 changed files with 16 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "llms-from-scratch"
version = "1.0.15"
version = "1.0.16"
description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by step"
readme = "README.md"
requires-python = ">=3.10"