mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 19:40:28 +00:00
[fix] fix typo s/muiti-node /multi-node etc. (#5448)
This commit is contained in:
@@ -52,7 +52,7 @@ class DocumentLoader:
|
||||
def load_data(self, path: str) -> None:
|
||||
"""
|
||||
Load data. Please refer to https://python.langchain.com/docs/modules/data_connection/document_loaders/
|
||||
for sepcific format requirements.
|
||||
for specific format requirements.
|
||||
Args:
|
||||
path: path to a file
|
||||
To load files with glob path, here are some examples.
|
||||
|
Reference in New Issue
Block a user