Skip to content

Commit

Permalink
Get rid of example rt plguins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Aug 26, 2024
1 parent 5d012c0 commit ab7c71a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 356 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test_turnkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,9 @@ jobs:
- name: Test example plugins
shell: bash -el {0}
run: |
rm -rf ~/.cache/turnkey
pip install -e examples/cli/plugins/example_rt
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch benchmark --runtime example-rt
rm -rf ~/.cache/turnkey
pip install -e examples/cli/plugins/example_tool
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch example-plugin-tool benchmark
rm -rf ~/.cache/turnkey
pip install -e examples/cli/plugins/example_combined
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch combined-example-tool benchmark --runtime example-combined-rt --rt-args delay_before_benchmarking::5
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch combined-example-tool benchmark --device example_family::part1::config2
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch combined-example-tool benchmark --device example_family::part1::config1
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch combined-example-tool benchmark --device example_family::part1
turnkey -i examples/cli/scripts/hello_world.py discover export-pytorch combined-example-tool benchmark --device example_family
# E2E tests
cd test
python plugins.py
- name: Install and Start Slurm
if: runner.os != 'Windows'
shell: bash -el {0}
Expand Down
8 changes: 0 additions & 8 deletions examples/cli/plugins/example_combined/setup.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions examples/cli/plugins/example_rt/setup.py

This file was deleted.

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions test/plugins.py

This file was deleted.

0 comments on commit ab7c71a

Please sign in to comment.