mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 05:49:55 +00:00
[fix] fix typo s/muiti-node /multi-node etc. (#5448)
This commit is contained in:
@@ -49,7 +49,7 @@ def destroy_sql_database(sql_engine: Union[Engine, str]) -> None:
|
||||
|
||||
def detect_lang_naive(s):
|
||||
"""
|
||||
Naive function for language detection, should be replaced by an independant layer
|
||||
Naive function for language detection, should be replaced by an independent layer
|
||||
"""
|
||||
remove_nota = "[’·°–!\"#$%&'()*+,-./:;<=>?@,。?★、…【】()《》?“”‘’![\\]^_`{|}~]+"
|
||||
s = re.sub(remove_nota, "", s)
|
||||
|
Reference in New Issue
Block a user