Skip to content

Commit

Permalink
chore: Add Phi-3 Link to README.md (#515)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Add Phi-3 Link to README.md

Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Jul 12, 2024
1 parent 04339c3 commit e5991b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The current supported model families with preset configurations are listed below
| [llama2chat](./models/llama2chat) | v0.0.1+|
| [mistral](./models/mistral) | v0.2.0+|
| [phi2](./models/phi2) | v0.2.0+|
| [phi3](./models/phi3) | v0.3.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.
Expand Down

0 comments on commit e5991b0

Please sign in to comment.