Skip to content

Commit

Permalink
Don't use footnote in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Oct 2, 2024
1 parent e4cbebe commit efcf407
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/model_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Treelite's checkpoint format. For more information, see [Model
Support](model_support.md).

The `model_type` option is used to indicate which of these serialization
formats your model uses: `xgboost_ubj` for XGBoost UBJSON [^1], `xgboost_json` for
formats your model uses: `xgboost_ubj` for XGBoost UBJSON, `xgboost_json` for
XGBoost JSON, `xgboost` for XGBoost binary (legacy), `lightgbm` for LightGBM,
or `treelite_checkpoint` for Treelite:

Expand All @@ -197,11 +197,10 @@ parameters [
}
]
```
[^1] Default format in XGBoost 2.1+

#### Model Filenames
For each model type, Triton expects a particular default filename:
- `xgboost.ubj` for XGBoost UBJSON [^1]
- `xgboost.ubj` for XGBoost UBJSON
- `xgboost.json` for XGBoost JSON
- `xgboost.model` for XGBoost Binary (Legacy)
- `model.txt` for LightGBM
Expand Down

0 comments on commit efcf407

Please sign in to comment.