Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledsulayman committed Sep 29, 2024
1 parent 2c1ffca commit 883fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructlab/sdg/utils/docprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import yaml

logger = logging.getLogger(__name__)
DOC_FILEPATH = Path("~/.local/share/instructlab/documents").expanduser()
DOC_FILEPATH = Path("~/.local/share/instructlab/datasets").expanduser()
_DEFAULT_CHUNK_OVERLAP = 100


Expand Down

0 comments on commit 883fdcc

Please sign in to comment.