Interactive qwen3 chat interface (#801)

* Interactive qwen3 chat interface

* update

* update

* update url
This commit is contained in:
Sebastian Raschka
2025-09-01 20:50:25 -05:00
committed by GitHub
parent 70edd53809
commit 9eee9296d9
31 changed files with 4288 additions and 81 deletions

View File

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