mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Alt weight loading code via PyTorch (#585)
* Alt weight loading code via PyTorch * commit additional files
This commit is contained in:
committed by
GitHub
parent
ffd4035144
commit
3f93d73d6d
@@ -79,7 +79,8 @@ from llms_from_scratch.ch05 import (
|
||||
token_ids_to_text,
|
||||
calc_loss_batch,
|
||||
calc_loss_loader,
|
||||
plot_losses
|
||||
plot_losses,
|
||||
download_and_load_gpt2
|
||||
)
|
||||
|
||||
from llms_from_scratch.ch06 import (
|
||||
|
||||
Reference in New Issue
Block a user