Alt weight loading code via PyTorch (#585)

* Alt weight loading code via PyTorch

* commit additional files
This commit is contained in:
Sebastian Raschka
2025-03-27 20:10:23 -05:00
committed by GitHub
parent ffd4035144
commit 3f93d73d6d
7 changed files with 535 additions and 18 deletions

View File

@@ -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 (