- Install pyenv
- Create and activate new env
pyenv virtualenv 3.10 tractorun && pyenv activate tractorun - Install all dependencies:
pip install ."[all]
make all-fix && make all-check./run_build.sh generic
./run_build.sh tractorch_tests
./run_build.sh tractorax_tests
./run_build.sh tensorproxy_testsand update images in ./run_tests and tests/utils.py
./run_build.sh examples_runtime --pushand update the image in ./examples/run_example
./run_update_tag.sh new_tagTo run tests on local YT run pytest
./run_tests.sh all . -sTo run tests on remote cluster
./run_tests.sh general . -s
./run_tests.sh tensorproxy . -sIt is possible to provide extra pytest options
./run_tests.sh generic test_sidecars.py
./run_tests.sh generic test_sidecars.py::test_sidecar_run- Run Create release
- Run Build and upload to external pypi. Specify the latest tag from the list to upload the latest version.