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

    Chaoyu

    01/28/2022, 2:25 AM
    Thank you everyone for coming to our event today, we really appreciate all the feedback!
    🙏 6
  • s

    Slackbot

    01/31/2022, 9:43 PM
    This message was deleted.
    b
    c
    c
    • 4
    • 7
  • s

    Slackbot

    02/03/2022, 1:35 PM
    This message was deleted.
    đź‘€ 1
    j
    c
    • 3
    • 4
  • s

    Slackbot

    02/15/2022, 11:38 AM
    This message was deleted.
    c
    r
    • 3
    • 3
  • s

    Slackbot

    02/15/2022, 12:18 PM
    This message was deleted.
    c
    • 2
    • 1
  • s

    Slackbot

    02/17/2022, 5:19 AM
    This message was deleted.
    👍 1
    c
    • 2
    • 1
  • s

    Slackbot

    02/17/2022, 4:47 PM
    This message was deleted.
    🍱 1
    ❤️ 10
    c
    k
    a
    • 4
    • 3
  • s

    Slackbot

    02/18/2022, 11:00 AM
    This message was deleted.
    c
    s
    • 3
    • 4
  • v

    vade

    02/21/2022, 7:45 PM
    Has anyone seen an issue on AWS, where a bento works locally, it RECIEVES http traffic on an EC2 instance , but somehow there is content filtering where http posts to predict always return empty images?
  • v

    vade

    02/21/2022, 7:45 PM
    im so fucking confused lol
  • v

    vade

    02/21/2022, 7:47 PM
    Like i get a post to my predict enpoint. Locally that post has image data. The same post to the AWS instance has empty image data. WTF lol.
  • t

    Tim Liu

    02/21/2022, 7:58 PM
    @vade what's the command/tool that you're using to post?
  • v

    vade

    02/21/2022, 8:34 PM
    im doing it manually, lol,
  • v

    vade

    02/21/2022, 8:34 PM
    basically
  • v

    vade

    02/21/2022, 8:34 PM
    Copy code
    aws ecr get-login --region us-east-1 --no-include-email
    
    #ensure we build the latest bento service via
    cd app;
    python serialize_service.py
    cd ../
    
    saved_path=$(bentoml get myservice:latest --print-location --quiet)
    sudo docker build --tag=<http://xyz.amazonaws.com/ecr-repo|xyz.amazonaws.com/ecr-repo> $saved_path
  • v

    vade

    02/21/2022, 8:35 PM
    then I update task definition and update the ECS cluster
  • v

    vade

    02/21/2022, 8:35 PM
    it bounces the task and we are (usually) good to go
  • v

    vade

    02/21/2022, 8:35 PM
    our EC2 instance had a hardware failure though - so it bounced, the auto scaling group spun up a new one
  • v

    vade

    02/21/2022, 8:35 PM
    and now i cant post images to the end point
  • s

    Slackbot

    02/21/2022, 8:36 PM
    This message was deleted.
    b
    v
    • 3
    • 11
  • d

    David Cardoner

    02/25/2022, 1:45 PM
    Hi I'm interesting in knowing how to handle both headers and files in the latest pre release of BentoML
  • d

    David Cardoner

    02/25/2022, 1:46 PM
    Thanks
  • d

    David Cardoner

    02/25/2022, 1:46 PM
    🙂
  • s

    Slackbot

    03/01/2022, 4:23 PM
    This message was deleted.
    c
    s
    • 3
    • 3
  • s

    Slackbot

    03/09/2022, 10:13 PM
    This message was deleted.
    c
    e
    • 3
    • 10
  • d

    Deepak Dhiman

    03/11/2022, 12:28 PM
    Hello I am exploring BentoML to create service from my model. As a begineer, I tried few of the examples given on Github. I am getting below error:
  • d

    Deepak Dhiman

    03/11/2022, 12:29 PM
    Copy code
    ---------------------------------------------------------------------------
    AttributeError Traceback (most recent call last) <ipython-input-24-5efba0a644ea> in <module> ----> 1 bentoml.sklearn.save("iris_clf", clf) AttributeError: module 'bentoml' has no attribute 'sklearn'
  • d

    Deepak Dhiman

    03/11/2022, 12:30 PM
    Copy code
    AttributeError                            Traceback (most recent call last)
    <ipython-input-23-cfd1046a86b2> in <module>
    ----> 1 sklearn.save("iris_clf", clf)
     
    AttributeError: module 'bentoml.frameworks.sklearn' has no attribute 'save'
  • d

    Deepak Dhiman

    03/11/2022, 12:32 PM
    I also tried to downgrade the version. Current version is BentoML==0.13.0
  • d

    Deepak Dhiman

    03/11/2022, 12:33 PM
    But so far, not able to figure out. What else can I do? Could someone please guide me?
1...7891011Latest