davanstrien HF staff commited on
Commit
99a2575
1 Parent(s): 51a9bb2

Create bentoml.yaml

Browse files
Files changed (1) hide show
  1. bentoml.yaml +11 -0
bentoml.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ service: "service.py:svc"
2
+ labels:
3
+ owner: bentoml-team
4
+ project: gallery
5
+ include:
6
+ - "*.py"
7
+ python:
8
+ packages:
9
+ - transformers
10
+ - torch
11
+ - Pillow