fix(components/pytorch): Custom package installation - torchserve (#6055)
* Swiching on custom installation Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> * Adding sklearn and captum Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
This commit is contained in:
parent
ee663d9593
commit
71317711be
|
|
@ -4,7 +4,7 @@ metrics_address=http://0.0.0.0:8082
|
|||
enable_metrics_api=true
|
||||
metrics_format=prometheus
|
||||
number_of_netty_threads=4
|
||||
install_py_dep_per_model=false
|
||||
install_py_dep_per_model=true
|
||||
job_queue_size=10
|
||||
service_envelope=kfserving
|
||||
model_store=/mnt/models/model-store
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
pytorch-lightning==1.3.7
|
||||
pytorch-lightning
|
||||
sklearn
|
||||
captum
|
||||
torchtext
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ management_address=http://0.0.0.0:8081
|
|||
metrics_address=http://0.0.0.0:8082
|
||||
enable_metrics_api=true
|
||||
metrics_format=prometheus
|
||||
install_py_dep_per_model=false
|
||||
install_py_dep_per_model=true
|
||||
number_of_netty_threads=4
|
||||
job_queue_size=10
|
||||
service_envelope=kfserving
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
pytorch-lightning==1.3.7
|
||||
pytorch-lightning
|
||||
sklearn
|
||||
captum
|
||||
torchtext
|
||||
|
|
|
|||
Loading…
Reference in New Issue