Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qili93 committed May 13, 2022
1 parent fc95083 commit d41625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_reference/python_api_doc/Config/IPUConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ config = paddle_infer.Config("./mobilenet_v1")
config.enable_ipu(1)

# 使能float16模式
config.SetIpuConfig(True)
config.set_ipu_config(True)
```

0 comments on commit d41625c

Please sign in to comment.