mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
fix typos (#3684)
This commit is contained in:
@@ -21,7 +21,7 @@ import traceback
|
||||
def check_safetensors_model(model_dir: str):
|
||||
"""
|
||||
model_dir : the directory of the model
|
||||
Check whther the model is safetensors format
|
||||
Check whether the model is safetensors format
|
||||
"""
|
||||
model_files = list()
|
||||
all_files = os.listdir(model_dir)
|
||||
|
Reference in New Issue
Block a user