Skip to content

Commit 4568d66

Browse files
authored
Update README.md
1 parent 0f95a1b commit 4568d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ python -m graph_net.torch.test_compiler \
9797
# Note: if --compiler is omitted, PyTorch’s built-in compiler is used by default
9898
```
9999

100-
After that, ```graph_net.torch.test_compiler``` will process as below:
100+
After executing, ```graph_net.torch.test_compiler``` will:
101101
1. Running the original model in eager mode to record a baseline.
102102
2. Compiling the model with the specified backend (e.g., CINN, TorchInductor, TVM).
103103
3. Executing the compiled model and collecting its runtime and outputs.

0 commit comments

Comments
 (0)