mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
docs: update milestones (#6787)
* fix zero index * fix day * docs: add gpu acceleration milestone --------- Co-authored-by: martabal <74269598+martabal@users.noreply.github.com>
This commit is contained in:
parent
068e703e88
commit
c083636c51
1 changed files with 11 additions and 1 deletions
|
@ -12,6 +12,7 @@ import {
|
||||||
mdiCollage,
|
mdiCollage,
|
||||||
mdiContentCopy,
|
mdiContentCopy,
|
||||||
mdiDevices,
|
mdiDevices,
|
||||||
|
mdiExpansionCard,
|
||||||
mdiFaceMan,
|
mdiFaceMan,
|
||||||
mdiFaceManOutline,
|
mdiFaceManOutline,
|
||||||
mdiFile,
|
mdiFile,
|
||||||
|
@ -61,7 +62,16 @@ const items: Item[] = [
|
||||||
title: 'Library watching',
|
title: 'Library watching',
|
||||||
release: 'v1.94.0',
|
release: 'v1.94.0',
|
||||||
tag: 'v1.94.0',
|
tag: 'v1.94.0',
|
||||||
date: new Date(2024, 1, 31),
|
date: new Date(2024, 0, 31),
|
||||||
|
dateType: DateType.RELEASE,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: mdiExpansionCard,
|
||||||
|
description: 'Hardware acceleration support for Nvidia and Intel devices through CUDA and OpenVINO.',
|
||||||
|
title: 'GPU acceleration for machine-learning',
|
||||||
|
release: 'v1.94.0',
|
||||||
|
tag: 'v1.94.0',
|
||||||
|
date: new Date(2024, 0, 31),
|
||||||
dateType: DateType.RELEASE,
|
dateType: DateType.RELEASE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue