mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add missing comma in imports in README (#865)
This commit is contained in:
committed by
GitHub
parent
7084123d10
commit
8552565bda
@@ -155,7 +155,7 @@ For more information about KV caching, please see the [KV cache README](../../ch
|
||||
|
||||
```python
|
||||
from llms_from_scratch.qwen3 import (
|
||||
load_weights_into_qwen
|
||||
load_weights_into_qwen,
|
||||
Qwen3Model,
|
||||
Qwen3Tokenizer,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user