Skip to content

Commit

Permalink
second iteration: docs restructure (#1214)
Browse files Browse the repository at this point in the history
* update examples in the data types and io section

Signed-off-by: Samhita Alla <[email protected]>

* image spec

Signed-off-by: Samhita Alla <[email protected]>

* lint; move files and folders

Signed-off-by: Samhita Alla <[email protected]>

* isort

Signed-off-by: Samhita Alla <[email protected]>

* add torch dep

Signed-off-by: Samhita Alla <[email protected]>

* mnist fix

Signed-off-by: Samhita Alla <[email protected]>

* incorporate suggestions by Ketan

Signed-off-by: Samhita Alla <[email protected]>

---------

Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Nov 7, 2023
1 parent fc3ebbb commit dcac4c5
Show file tree
Hide file tree
Showing 45 changed files with 992 additions and 1,699 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
e2e-tests:
runs-on: ubuntu-latest
env:
FLYTESNACKS_PRIORITIES: 'P0'
FLYTESNACKS_VERSION: ''
FLYTESNACKS_PRIORITIES: "P0"
FLYTESNACKS_VERSION: ""
timeout-minutes: 30
steps:
- name: Set latest Flytesnacks release
Expand All @@ -185,7 +185,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.11"
- uses: unionai/[email protected]
- name: Setup sandbox
run: |
Expand Down Expand Up @@ -220,9 +220,8 @@ jobs:
advanced_composition/advanced_composition/dynamics.py \
advanced_composition/advanced_composition/map_task.py \
advanced_composition/advanced_composition/subworkflows.py \
data_types_and_io/data_types_and_io/custom_objects.py \
data_types_and_io/data_types_and_io/schema.py \
data_types_and_io/data_types_and_io/typed_schema.py ;
data_types_and_io/data_types_and_io/dataclass.py \
data_types_and_io/data_types_and_io/structured_dataset.py ;
do
pyflyte --config ./boilerplate/flyte/end2end/functional-test-config.yaml \
register \
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ isort
mock
pytest
mypy
mashumaro
Loading

0 comments on commit dcac4c5

Please sign in to comment.