Commit d1d45737 authored by raojy's avatar raojy 💬
Browse files

Update run.py

parent 380f7a99
...@@ -22,7 +22,7 @@ torch.backends.cudnn.benchmark = False ...@@ -22,7 +22,7 @@ torch.backends.cudnn.benchmark = False
# 加载 pipeline # 加载 pipeline
# 注意:如果你的 DCU 版本(如某些较老的型号)对 bfloat16 支持不佳,可以尝试换成 torch.float16 # 注意:如果你的 DCU 版本(如某些较老的型号)对 bfloat16 支持不佳,可以尝试换成 torch.float16
pipe = ErnieImagePipeline.from_pretrained( pipe = ErnieImagePipeline.from_pretrained(
"/public/home/raojy/project/baidu/ERNIE-Image", "baidu/ERNIE-Image",
torch_dtype=torch.bfloat16 torch_dtype=torch.bfloat16
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment