Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 15, 2024
1 parent 04be192 commit 102c51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/algorithms/llm_finetuning_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tensor_regression.to_array import to_ndarray
from torch.utils.data import DataLoader

from project.algorithms.llm_finetuning_example import (
from project.algorithms.llm_finetuning import (
DatasetConfig,
LLMFinetuningExample,
TokenizerConfig,
Expand Down

0 comments on commit 102c51c

Please sign in to comment.