From be378ecf12950fdc017df4df44223605a777066f Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Wed, 7 Aug 2024 07:36:43 -0400 Subject: [PATCH] list_models() --- README.Rmd | 7 ++++--- README.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index bc0e5ec..ce8652d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -68,11 +68,12 @@ list_models() ``` ``` -#> # A tibble: 2 × 4 +#> # A tibble: 3 × 4 #> name model parameter_size quantization_level #> -#> 1 llama3.1:latest llama3.1:latest 8.0B Q4_0 -#> 2 llama3.1:70b llama3.1:70b 70.6B Q4_0 +#> 1 gemma2:latest gemma2:latest 9.2B Q4_0 +#> 2 llama3.1:latest llama3.1:latest 8.0B Q4_0 +#> 3 llama3.1:70b llama3.1:70b 70.6B Q4_0 ``` Write an HTML report containing summaries of recent preprints in select subject areas to the current working directory. diff --git a/README.md b/README.md index d464c4b..ebe90b7 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,12 @@ Next we can list our available models: list_models() ``` - #> # A tibble: 2 × 4 + #> # A tibble: 3 × 4 #> name model parameter_size quantization_level #> - #> 1 llama3.1:latest llama3.1:latest 8.0B Q4_0 - #> 2 llama3.1:70b llama3.1:70b 70.6B Q4_0 + #> 1 gemma2:latest gemma2:latest 9.2B Q4_0 + #> 2 llama3.1:latest llama3.1:latest 8.0B Q4_0 + #> 3 llama3.1:70b llama3.1:70b 70.6B Q4_0 Write an HTML report containing summaries of recent preprints in select subject areas to the current working directory.