Skip to content

Commit

Permalink
list_models()
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenturner committed Aug 7, 2024
1 parent a6b1cf1 commit be378ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ list_models()
```

```
#> # A tibble: 2 × 4
#> # A tibble: 3 × 4
#> name model parameter_size quantization_level
#> <chr> <chr> <chr> <chr>
#> 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.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
#> <chr> <chr> <chr> <chr>
#> 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.
Expand Down

0 comments on commit be378ec

Please sign in to comment.