Initial commit

This commit is contained in:
vitor-aignosi
2026-08-20 10:43:36 -03:00
commit c8d9b187b4
20 changed files with 1743 additions and 0 deletions

17
index.yaml Normal file
View File

@@ -0,0 +1,17 @@
store_name: SUSE Store
version: 9
models:
- name: linear_regression
version: 1.2.0
- name: xgboost
version: 1.2.0
runtimes:
basic:
path: runtime/basic.yaml
version: 7
single:
path: runtime/single.yaml
version: 1
xgboost:
path: runtime/xgboost.yaml
version: 7