mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-07 12:31:48 +00:00
fix: import path
This commit is contained in:
parent
0c0a56acab
commit
1b3f18bef2
@ -4,7 +4,7 @@ import torch.nn as nn
|
||||
from argparse import ArgumentParser
|
||||
from gpt4all.utils.read import read_config
|
||||
from accelerate.utils import set_seed
|
||||
from gpt4all.utils.data import load_data_for_inference
|
||||
from gpt4all.data.instruction_tuning_dataloader import load_data_for_inference
|
||||
from gpt4all.utils.distributed_utils import rank0_print
|
||||
from tqdm import tqdm
|
||||
from datasets import Dataset
|
||||
|
Loading…
Reference in New Issue
Block a user