Skip to content

Commit 0a88eb1

Browse files
authored
Merge pull request #1133 from qualcomm/chore/update-ai-hub-models-version
chore(sdk): bump pinned aihm release to v0.57.0
2 parents 14dce91 + 6d4be3c commit 0a88eb1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
type Config struct {
3434
// Global settings

sdk/model-manager/crates/core/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7575
fn default_data_dir() -> PathBuf {
7676
let home = std::env::var("HOME")

sdk/model-manager/crates/core/tests/ai_hub_live.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use model_manager_core::transport::ReqwestTransport;
2525

2626
const 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

3030
const PHI_DISPLAY_NAME: &str = "Phi-3.5-Mini-Instruct";
3131
const PHI_CHIPSET: &str = "qualcomm-snapdragon-x-elite";

0 commit comments

Comments
 (0)