* introducing serve component
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* clean up tests
* clean up tests
* doctest
* mypy
* structure-fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* cleanup
* cleanup
* test fix
* addition
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* test fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* requirements
* getting future url
* url for local
* sample data typeg
* changes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* prediction
* updates
* updates
* manifest
* fix type error
* fixed test
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rick Izzo <rick@grid.ai>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
* fixed condition in which app command comments would not execute before the flow is dispatched
* remove debug print statment
* updated example code
* fix test
* updates to test
Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
* initial work
* this seems to work well
* added example test
* updated docs & logging
* fixed errors
* fix typing error
* now using the --setup flag to decide if we should execute app comment commands or not
* updated tests
* added tests
* added test to ci
* fixed failing tests
* code review
* updates
* renamed Mount argument
* fix tests
* Apply suggestions from code review
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
* updated examples as well
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
* added mount class and configured it into compute config
* added mount to the cloud runtime dispatcher
* raise error if s3 bucket is passed to a drive telling the user to utilize mounts
* added example for app
* udpated tests
* updated tests
* addressed code review comments
* fix bug
* bugfix
* updates'
* code review comments
* updates
* fixed tests after rename
* fix tests
* add lightning app examples
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix CI
* rm init
* restucture app examples
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* img
Co-authored-by: mansy <mansy@lightning.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
* Change the path of the command execution folder from mnist_examples to convert_from_pt_to_pl
* Add a guide to add PYTHONPATH
* Fix Lightning Lite link
* Remove duplicate
* Add note
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>