diff --git a/presets/README.md b/presets/README.md index b698e8e7d..ae8dfa31c 100644 --- a/presets/README.md +++ b/presets/README.md @@ -1,15 +1,13 @@ # Kaito Preset Configurations The current supported model families with preset configurations are listed below. -|Model Family | -|----| -|[falcon](./models/falcon)| -|[llama2](./models/llama2)| -|[llama2chat](./models/llama2chat)| -|[mistral](./models/mistral)| -|[phi2](./models/phi)| - - +| Model Family | Compatible Kaito Versions | +|-----------------|---------------------------| +|[falcon](./models/falcon)| v0.0.1+| +|[llama2](./models/llama2)| v0.0.1+| +|[llama2chat](./models/llama2chat)| v0.0.1+| +|[mistral](./models/mistral)| v0.2.0+| +|[phi2](./models/phi)| v0.2.0+| ## Validation Each preset model has its own hardware requirements in terms of GPU count and GPU memory defined in the respective `model.go` file. Kaito controller performs a validation check of whether the specified SKU and node count are sufficient to run the model or not. In case the provided SKU is not in the known list, the controller bypasses the validation check which means users need to ensure the model can run with the provided SKU.