Skip to content

Commit

Permalink
add: architecure and framework
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Nov 30, 2023
1 parent 77b6c47 commit a98d532
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
};
globalThis.packageVersion = "24.03.0-alpha.3";
globalThis.buildVersion = "231129.231152";
globalThis.buildVersion = "231130.101149";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
<!-- REACT_BUNDLE_INJECTING FOR DEV-->
Expand Down
2 changes: 2 additions & 0 deletions react/src/components/ModelCardModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const ModelCardModal: React.FC<ModelCardModalProps> = ({
description
task
category
architecture
framework
label
license
min_resource
Expand Down
3 changes: 0 additions & 3 deletions react/src/pages/ModelStoreListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ const ModelStoreListPage: React.FC = () => {
name
author
title
version
created_at
modified_at
description
task
category
Expand Down
4 changes: 2 additions & 2 deletions src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.0-alpha.3.231129</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.0-alpha.3.231130</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down Expand Up @@ -1833,7 +1833,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.0-alpha.3.231129</small>
<small class="sidebar-footer" style="font-size:9px;">24.03.0-alpha.3.231130</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "24.03.0-alpha.3", "build": "231129.231152", "revision": "453f50c9" }
{ "package": "24.03.0-alpha.3", "build": "231130.101149", "revision": "724889e5" }

0 comments on commit a98d532

Please sign in to comment.