Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Async Batch Inference API #500

Closed
14 tasks done
vlad-tokarev opened this issue Feb 19, 2021 · 0 comments · Fixed by #528 or #532
Closed
14 tasks done

New Async Batch Inference API #500

vlad-tokarev opened this issue Feb 19, 2021 · 0 comments · Fixed by #528 or #532
Assignees
Labels

Comments

@vlad-tokarev
Copy link
Member

vlad-tokarev commented Feb 19, 2021

  • API Server CRUD, Validation, Persistence
  • Spec/Status Syncer API Server <-> Kubernetes
  • Kubernetes Operator of BatchInferenceJob (Convert to TaskRun)
  • Pipeline implemented as TaskRun
    • Tool to convert ODAHU Connection to Rclone config
    • Tool to send local jsons to model log storage
    • Step 1: Generate Rclone Config
    • Step 2: Sync request data and model
    • Step 3: Validate and filter request data for next step (only .json files) in kubeflow format
    • Step 4: Dump request data to model log (Enrich request id if required)
    • Step 5: Run user container with appropriate configuration
    • Step 6: Upload results to model log
  • Python SDK
  • Airflow Operator

Out of scope:

  • UI
  • CLI
  • Tensor types and shape validation (e.g. using config.pbtxt)

image

@vlad-tokarev vlad-tokarev self-assigned this Feb 19, 2021
@vlad-tokarev vlad-tokarev added this to Backlog in odahu-kanban via automation Feb 19, 2021
@vlad-tokarev vlad-tokarev moved this from Backlog to In development in odahu-kanban Feb 19, 2021
vlad-tokarev added a commit that referenced this issue Feb 20, 2021
vlad-tokarev added a commit that referenced this issue Feb 20, 2021
…gure RClone storages using ODAHU connections

* New odahu-tools binary that provide CLI for `GenerateRClone` API and other platform features in the future
vlad-tokarev added a commit that referenced this issue Feb 24, 2021
vlad-tokarev added a commit that referenced this issue Feb 24, 2021
…gure RClone storages using ODAHU connections

* New odahu-tools binary that provide CLI for `GenerateRClone` API and other platform features in the future
This was linked to pull requests Mar 16, 2021
@vlad-tokarev vlad-tokarev moved this from In development to In QA in odahu-kanban Mar 17, 2021
@dsuslov dsuslov changed the title BatchInferenceJob New Async Batch Inference API Apr 5, 2021
@BPylypenko BPylypenko moved this from In QA to Done in odahu-kanban Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
odahu-kanban
  
Done
1 participant