0
Fork 0
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:
Jonathan Jogenfors 2024-01-31 13:01:53 +01:00 committed by GitHub
parent 068e703e88
commit c083636c51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
{