https://bentoml.com logo
Join Slack
Powered by
# announcements
  • c

    Chaoyu

    11/20/2019, 6:25 PM
    BentoML currently does not support that, but I think it’s fairly easy to add this support, assuming the pip dependencies are not changing between versions
  • c

    Chaoyu

    11/20/2019, 6:26 PM
    Another approach, which I think is more preferable, is to build a separate pipeline that monitors new training data in s3 and triggers training job - if you are using BentoML for model serving deployment, BentoML supports updating an existing deployment to a newer version - that work is still working in progress though. Support for deployment update in AWS lambda and AWS fargate are coming soon.
  • s

    Slackbot

    11/20/2019, 6:48 PM
    This message was deleted.
    c
    t
    • 3
    • 5
  • s

    Slackbot

    12/02/2019, 12:26 PM
    This message was deleted.
    c
    • 2
    • 1
  • s

    suhas

    12/14/2019, 4:56 AM
    Failed to create deployment sentiment-serverless. INTERNAL:BentoML currently not support 0 repository
  • s

    suhas

    12/14/2019, 4:57 AM
    getting the above error when i triggered
    Copy code
    bentoml deployment create sentiment-serverless --bento {bento_tag} --platform aws-lambda --region us-west-2
  • b

    Bo

    12/14/2019, 4:58 AM
    Hi @suhas. Thanks for the reporting.
  • b

    Bo

    12/14/2019, 4:59 AM
    I don’t have a good idea what cause that at the moment. Can you retry this with a ‘—verbose’ flag?
  • b

    Bo

    12/14/2019, 5:00 AM
    bentoml —verbose deployment create ...
  • s

    suhas

    12/14/2019, 5:01 AM
    bentoml --verbose deployment create sentiment-serverless --bento {bento_tag} --platform aws-lambda --region us-west-2 Usage: bentoml deployment create [OPTIONS] NAME Error: Invalid value for "-b" / "--bento": Bad formatting. Please present in BentoName:Version, for example iris_classifier:v1.2.0
  • b

    Bo

    12/14/2019, 5:02 AM
    Also what bentoml version you are using?
  • s

    suhas

    12/14/2019, 5:02 AM
    bentoml --version bentoml, version 0.5.3
  • b

    Bo

    12/14/2019, 5:04 AM
    ok, thanks.
  • b

    Bo

    12/14/2019, 5:05 AM
    Could you show me how you defined your Bento Service
  • s

    suhas

    12/14/2019, 5:06 AM
    https://github.com/bentoml/BentoML/blob/master/guides/deployment/deploy-with-serverless/deploy-with-serverless.ipynb
  • s

    Slackbot

    12/14/2019, 5:06 AM
    This message was deleted.
    s
    b
    • 3
    • 17
  • s

    suhas

    12/14/2019, 5:06 AM
    trying to run the same
  • s

    suhas

    12/14/2019, 6:13 AM
    is it possible to connect from google colab to aws or we have to work on aws ec2 instance to work efficiently on AWS lambda and bentoml?
  • b

    Bo

    12/14/2019, 6:25 AM
    Yeah. I think it is possible to use google colab to deploy to aws lambda. You will need to export aws configurations as your envvar
  • b

    Bo

    12/14/2019, 6:26 AM
    You can find example of it at the QuickStart notebook
  • b

    Bo

    12/14/2019, 6:27 AM
    www.github.com/bentoml/bentoml/blob/master/guides/quick-start/bentoml-quick-start-guide.ipynb
  • s

    suhas

    12/14/2019, 6:27 AM
    check the given url once, not working
  • b

    Bo

    12/14/2019, 6:31 AM
    Fix the typo
  • b

    Bo

    12/14/2019, 6:31 AM
    Try again
  • s

    suhas

    12/14/2019, 6:32 AM
    Copy code
    Not Found
  • s

    suhas

    12/14/2019, 6:36 AM
    https://github.com/bentoml/BentoML/blob/master/guides/quick-start/bentoml-quick-start-guide.ipynb
  • s

    suhas

    12/14/2019, 6:37 AM
    this is the link, thought you provided me
  • s

    suhas

    12/14/2019, 7:40 AM
    /usr/local/lib64/python3.6/site-packages/sklearn/feature_extraction/text.py in _count_vocab(self, raw_documents, fixed_vocab) 1140 continue 1141 -> 1142 j_indices.extend(feature_counter.keys()) 1143 values.extend(feature_counter.values()) 1144 indptr.append(len(j_indices)) MemoryError: 12/14/2019 073927 AM INFO: Shutdown kernel 12/14/2019 073927 AM WARNING: Exiting with nonzero exit status
  • s

    suhas

    12/14/2019, 7:40 AM
    https://github.com/bentoml/BentoML/blob/master/guides/deployment/deploy-with-serverless/deploy-with-serverless.ipynb
  • s

    suhas

    12/14/2019, 7:40 AM
    tried to run the code given in the above
12345...11Latest