Explorar o código

fix custom dataset test

Igor Kasianenko hai 3 meses
pai
achega
ec214112f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/llama_recipes/configs/datasets.py

+ 1 - 1
src/llama_recipes/configs/datasets.py

@@ -28,7 +28,7 @@ class alpaca_dataset:
 @dataclass
 class custom_dataset:
     dataset: str = "custom_dataset"
-    file: str = "recipes/quickstart/finetuning/datasets/custom_dataset.py"
+    file: str = "src/llama_cookbook/datasets/custom_dataset.py"
     train_split: str = "train"
     test_split: str = "validation"
     data_path: str = ""