Eager-load first card pic

This commit is contained in:
Andras Schmelczer 2022-09-26 09:03:58 +02:00
parent babda52779
commit dc651e09d1
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 6 additions and 1 deletions

View file

@ -11,6 +11,7 @@ export const greatAi: TimelineElementParameters = {
image: greatAiPoster,
alt: 'some example code using GreatAI',
container: true,
isEagerLoaded: true,
}),
description:
'I investigated an approach for increasing the adoption rate of ML deployment libraries and hence the overall quality of industrial deployments. I did this by simultaneously focusing on providing robust, automated implementations of best practices and an accessible API. One of the outcomes of my research is the GreatAI framework.',