Utilities for working with BentoML
Project description
bentoutils
Contents
A) BentoML Framework (Custom Artifact) for simpletransformers.
B) Console scripts for:
- bentopack - package an existing pretrained model and save to the Model Registry
Usage: bentopack [OPTIONS]
Options:
--module TEXT fully qualified module name containing service to package
--clz TEXT class name of service to package
--name TEXT model name
--path TEXT directory path of pretrained model
--help Show this message and exit.
Example:
bentopack \
--module TopicBentoService \ # python module containing service class
--clz TopicBentoService \ # service class
--name tm_train3_roberta_l_weigh \ # pretrained model name
--path /srv/models/multilabel-topic # local path to pretrained model (excluding name)
- deploy_to_knative - WIP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bentoutils-0.0.5.tar.gz
(6.1 kB
view details)
File details
Details for the file bentoutils-0.0.5.tar.gz
.
File metadata
- Download URL: bentoutils-0.0.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 539c09700d19bf2d000a58903917fad52e42d80e033a9eee695b691335d43873 |
|
MD5 | f87f6e96e96b53c1ac75af30035f892e |
|
BLAKE2b-256 | d21444758007dbb96fb01427225efceef7908242dacfcc9b9b4a47567044169a |