Skip to content

Commit 07e2258

Browse files
authored
Update README.md
1 parent 255d89e commit 07e2258

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,14 @@ For more details, see docstring of `graph_net.torch.extract` defined in `graph_n
7171

7272
**Step 2: graph_net.torch.validate**
7373

74-
To verify that the extracted model meets requirements in **construction constraints**, we use `graph_net.torch.validate` in CI tool and also ask contributors to self-check in advance:
74+
To verify that the extracted model meets requirements, we use `graph_net.torch.validate` in CI tool and also ask contributors to self-check in advance:
7575

7676
```bash
7777
python -m graph_net.torch.validate \
7878
--model-path $GRAPH_NET_EXTRACT_WORKSPACE/model_name
7979
```
8080

81-
A unique `graph_hash.txt` will be generated after validation and examined in CI procedure to avoid redundant.
82-
81+
All the **construction constraints** will be examined automatically. After passing validation, a unique `graph_hash.txt` will be generated and later checked in CI procedure to avoid redundant.
8382

8483
## ⚖️ Compiler Evaluation
8584

0 commit comments

Comments
 (0)