From 1ca736dad5edf65aeb37a5e42773239fa4466fca Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Wed, 3 Jan 2024 20:00:31 -0700 Subject: [PATCH] Llama: add inference costs blog --- src/content/llama/localllama_links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/llama/localllama_links.md b/src/content/llama/localllama_links.md index 3b6923a..85ebe57 100644 --- a/src/content/llama/localllama_links.md +++ b/src/content/llama/localllama_links.md @@ -70,3 +70,4 @@ anyone looking to get caught up with the field. ## Research and Other Blogs - [Mixture of Experts explained](https://goddard.blog/posts/clown-moe/) - [A summary of the local llama scene in December 2023](https://www.reddit.com/r/LocalLLaMA/comments/18mwd6j/how_is_the_scene_currently/) + - [Inference vs training cost - blog](https://finbarr.ca/llms-not-trained-enough/)