Skip to content

Commit

Permalink
fix lgb model format (kserve#2640)
Browse files Browse the repository at this point in the history
lightgbm version defined as 3.3.2, but runtime YAML was not updated and only supports major version 2. https://github.com/kserve/kserve/blob/master/python/lgbserver/setup.py#L41

Signed-off-by: alexagriffith <[email protected]>

Signed-off-by: alexagriffith <[email protected]>
  • Loading branch information
alexagriffith authored Jan 10, 2023
1 parent 0f03ee8 commit 9bf1a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtimes/kserve-lgbserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
prometheus.kserve.io/path: "/metrics"
supportedModelFormats:
- name: lightgbm
version: "2"
version: "3"
autoSelect: true
protocolVersions:
- v1
Expand Down

0 comments on commit 9bf1a71

Please sign in to comment.