From 061279c6cea5019b4e22ec12a02a82bc492cc953 Mon Sep 17 00:00:00 2001 From: Himanshu Maurya Date: Fri, 15 Sep 2023 18:15:01 +0100 Subject: [PATCH] added draft status to posts --- content/posts/foundation_models.md | 2 +- content/posts/llms.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/foundation_models.md b/content/posts/foundation_models.md index 6d812cb..7bda658 100644 --- a/content/posts/foundation_models.md +++ b/content/posts/foundation_models.md @@ -1,7 +1,7 @@ --- title: "Foundation Models from Ground Up" date: 2023-08-01T10:29:21+08:00 -draft: true +draft: false ShowToc: true category: [ai] tags: ["llms", "ai"] diff --git a/content/posts/llms.md b/content/posts/llms.md index ea4ae1b..ab0a344 100644 --- a/content/posts/llms.md +++ b/content/posts/llms.md @@ -1,7 +1,7 @@ --- title: "Large Language Models and their Applications" date: 2023-09-15T10:29:21+08:00 -draft: true +draft: false ShowToc: true category: [ai] tags: ["llms", "ai"]