mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-10 06:47:32 +00:00
Correcting the wrong reference (#649)
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
parent
a3c4c33347
commit
d142741ef4
@ -21,8 +21,8 @@ import torch
|
|||||||
# For llms_from_scratch installation instructions, see:
|
# For llms_from_scratch installation instructions, see:
|
||||||
# https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg
|
# https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg
|
||||||
from llms_from_scratch.ch02 import create_dataloader_v1
|
from llms_from_scratch.ch02 import create_dataloader_v1
|
||||||
from llms_from_scratch.ch04 import GPTModel, generate_and_print_sample
|
from llms_from_scratch.ch04 import GPTModel
|
||||||
from llms_from_scratch.ch05 import calc_loss_batch, evaluate_model, plot_losses
|
from llms_from_scratch.ch05 import calc_loss_batch, evaluate_model, plot_losses, generate_and_print_sample
|
||||||
|
|
||||||
|
|
||||||
def read_text_file(file_path):
|
def read_text_file(file_path):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user