Skip to content

Commit

Permalink
feat: Add Qwen Link
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <[email protected]>
  • Loading branch information
ishaansehgal99 authored Jan 3, 2025
1 parent 805efd4 commit 1567afa
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 @@ -9,6 +9,7 @@ The current supported model families with preset configurations are listed below
| [mistral](./workspace/models/mistral) | v0.2.0+|
| [phi2](./workspace/models/phi2) | v0.2.0+|
| [phi3](./workspace/models/phi3) | v0.3.0+|
| [qwen](./workspace/models/qwen) | v0.4.1+|

## 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 1567afa

Please sign in to comment.