File tree Expand file tree Collapse file tree
sdk/model-manager/crates/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const DefaultAIHubBaseURL = "https://qaihub-public-assets.s3.us-west-2.amazonaws
2828// DefaultAIHubVersion is the pinned aihm release the CLI consumes. The public
2929// bucket has no `latest` alias; manifests are only at
3030// <base>/releases/<version>/manifest.json. Override via GENIEX_AIHUBVERSION.
31- const DefaultAIHubVersion = "v0.55 .0"
31+ const DefaultAIHubVersion = "v0.57 .0"
3232
3333type Config struct {
3434 // Global settings
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const DEFAULT_AI_HUB_BASE_URL: &str =
7070 "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models" ;
7171
7272/// Mirrors `cli/internal/config/config.go:DefaultAIHubVersion`.
73- const DEFAULT_AI_HUB_VERSION : & str = "v0.55 .0" ;
73+ const DEFAULT_AI_HUB_VERSION : & str = "v0.57 .0" ;
7474
7575fn default_data_dir ( ) -> PathBuf {
7676 let home = std:: env:: var ( "HOME" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use model_manager_core::transport::ReqwestTransport;
2525
2626const AI_HUB_BASE_URL : & str =
2727 "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models" ;
28- const AI_HUB_VERSION : & str = "v0.55 .0" ;
28+ const AI_HUB_VERSION : & str = "v0.57 .0" ;
2929
3030const PHI_DISPLAY_NAME : & str = "Phi-3.5-Mini-Instruct" ;
3131const PHI_CHIPSET : & str = "qualcomm-snapdragon-x-elite" ;
You can’t perform that action at this time.
0 commit comments