BentoML SageMaker deployment

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 23

  • @mkamp
    @mkamp 10 місяців тому +2

    Using VIM, Tmux and an audible keyboard never gets old!

  • @diegosabajo2182
    @diegosabajo2182 11 місяців тому +1

    Thanks for the video man. there aren't many resources on bentoml so I appreciate your contribution. can you please at more in the future.

    • @mildlyoverfitted
      @mildlyoverfitted  11 місяців тому

      Appreciate your message:) Thank you! I will very likely do more BentoML related stuff in the future:)

  • @TwenTV
    @TwenTV 8 місяців тому +1

    Which frameworks would you recommend if you had to scale to +1000 models? I am looking at custom FastAPI and MLFlow with AWS Lambda, but where each inference request will load the model from object storage and call .predict. The models are generally lightweight and predictions would only have to be made on an hourly basis, so I don't think its necessary to serve them in memory.

    • @mildlyoverfitted
      @mildlyoverfitted  8 місяців тому

      If you are not experiencing a cold start (or you don't care) then Lambda is definitely a great solution:)

  • @광광이-i9t
    @광광이-i9t 11 місяців тому

    thank you for introducint BentoML ~~~~ it looks so nice

  • @idoronen9497
    @idoronen9497 9 місяців тому +1

    Thank you for the video! I have a question: If I need to make updates to an existing service, do I have to go through the entire process again, or is there a more efficient way? Bentoctl build seems quite time-consuming. Appreciate your help!"

    • @mildlyoverfitted
      @mildlyoverfitted  9 місяців тому

      Appreciate your comment! If the change is inside of your ML model or the serving logic (service.py) you will have to rebuild the image. However, the second time around some layers should be cached (docs.docker.com/build/guide/layers/ ) so in theory it should be faster (it depends though). Another thing you can do is to build the image in some virtual machine rather than locally. A common setup is that you build it + upload to ECR in your CI (e.g. GitHub actions)
      Just some ideas:)

  • @nehetnehet8109
    @nehetnehet8109 11 місяців тому

    Perfect as always

  • @EvaKreplova
    @EvaKreplova 11 місяців тому +1

    Great!

  • @lauraennature
    @lauraennature 11 місяців тому

    Amazing light 😁

  • @AM-yk5yd
    @AM-yk5yd 11 місяців тому

    Hi, if you accept suggestions, can you look up into implementing something from H3, S4, S5, etc? Structured State Spaces occupy at least half of top10 architectures on LRA and there are about zero intuitive explanations of them.

    • @mildlyoverfitted
      @mildlyoverfitted  11 місяців тому +1

      Hey there!
      Actually, I never heard of those! I am adding it to my reading list:) Cannot promise I will make a video about them though:)
      Thank you!

  • @kyrylogorbachov3779
    @kyrylogorbachov3779 10 місяців тому

    Thanks a lot for a content!

  • @lucianobatista6295
    @lucianobatista6295 5 місяців тому

    hi man, do you offer some training or mentorship?

  • @theAhmd
    @theAhmd 10 місяців тому

    terminal and theme name please

  • @kascesar
    @kascesar 8 місяців тому

    hi, im getting this error:
    ""'sagemaker_service:svc' is not found in BentoML store , you may need to run `bentoml models pull` first'.""
    any idea ? Thnks a lot

    • @mildlyoverfitted
      @mildlyoverfitted  8 місяців тому +1

      Hmmm, if the problem still persists you can create an issue here: github.com/jankrepl/mildlyoverfitted/issues
      Describing exactly what you did and I can try to help!

    • @kascesar
      @kascesar 8 місяців тому

      @@mildlyoverfitted solved, i did It. The problem come with bentoml versión, i had install bentoml==1.1.11 this solve the problema for me