Skip to content

Commit

Permalink
Merge pull request #275 from NVIDIA/am/fix-readme
Browse files Browse the repository at this point in the history
Fix README on verify-* modes
  • Loading branch information
amaslenn authored Oct 21, 2024
2 parents b763407 + 4283b38 commit 6803c26
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,26 +104,17 @@ cloudai uninstall\
--tests-dir conf/common/test
```

Verify if system configs are valid:
Verify TOML configs:
```bash
cloudai verify-systems conf/common/system
```
An argument for `verify-systems` accepts a file or a directory to verify all configs in the directory.
# verify all at once
cloudai verify-configs conf

Verify if test configs are valid:
```bash
cloudai verify-tests conf/common/test
```
`verify-tests` accepts a file or a directory to verify all configs in the directory.
# verify a single file
cloudai verify-configs conf/common/system/example_slurm_cluster.toml

Verify if test scenarios are valid:
```bash
cloudai verify-test-scenarios\
--system-config conf/common/system/example_slurm_cluster.toml\
--tests-dir conf/common/test\
conf/common/test_scenario
# verify all scenarios using specific folder with Test TOMLs
cloudai verify-configs --tests-dir conf/release/spcx/l40s/test conf/release/spcx/l40s/test_scenario
```
Positional argumen (test scenario path) can be a file or a directory to verify all configs in the directory.

## Contributing
Feel free to contribute to the CloudAI project. Your contributions are highly appreciated.
Expand Down

0 comments on commit 6803c26

Please sign in to comment.