mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -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,
|
||||
mdiContentCopy,
|
||||
mdiDevices,
|
||||
mdiExpansionCard,
|
||||
mdiFaceMan,
|
||||
mdiFaceManOutline,
|
||||
mdiFile,
|
||||
|
@ -61,7 +62,16 @@ const items: Item[] = [
|
|||
title: 'Library watching',
|
||||
release: '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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue