Skip to content

Commit 662f318

Browse files
committed
minor comment
1 parent 1a6b78b commit 662f318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_llm/data/preparator/gpt_memmap/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SourceSchemaConfig(Config):
3030

3131
@config_class()
3232
class TextColumnConfig(SourceSchemaConfig):
33-
type: typing.ClassVar[str] = "text_column"
33+
type: typing.ClassVar[str] = "text_column" #TODO: Register TestColumnConfig for this type for dynamic loading PR #245
3434
input_column: str = Field(
3535
default="text",
3636
desc="Field of the dataset to use.",

0 commit comments

Comments
 (0)