Skip to content
#

ml-infrastructure

Here are 15 public repositories matching this topic...

metaflow
tuulos
tuulos commented Sep 7, 2021

With a config like this

{
    "METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}

(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)

metaflow.S3(run=self).put* produces double-slashes like here:

s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet

The trailing slash in the config shouldn't make a difference

dukeyu2011
dukeyu2011 commented Dec 6, 2021

Hi,

I am new to use MONAI and try the tutorial "01 simple_app" by jupyter notebook.

MAP is built successfully and I tried to run but got a error message as following.

the command i used.

Copy a test input file to 'input' folder

!mkdir -p testinput && rm -rf input/*
!cp {test_input_path} testinput/
!ls testinput

Launch the app

!monai-deploy run simple_app:latest testinput output

archena
archena commented Jul 16, 2021

Is your feature request related to a problem? Please describe.
Since there's not much logic, testing needs to be done with integration tests (there isn't much opportunity for unit testing), mocking GCP services and k8s. Especially to check how the failure cases are handled.

Describe the solution you'd like
Given a config for the edge call, we verify the calls that it makes to APIs suc

Improve this page

Add a description, image, and links to the ml-infrastructure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ml-infrastructure topic, visit your repo's landing page and select "manage topics."

Learn more