Skip to content

Commit 96bcd67

Browse files
authored
Merge pull request #2254 from olliewalsh/version_0_16_0
Bump to v0.16.0
2 parents 06d544b + 58aaea1 commit 96bcd67

File tree

18 files changed

+41
-23
lines changed

18 files changed

+41
-23
lines changed

docs/ramalama-bench.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
5959
images based on the accelerator it discovers. For example:
6060
`quay.io/ramalama/ramalama`. See the table below for all default images.
6161
The default image tag is based on the minor version of the RamaLama package.
62-
Version 0.15.0 of RamaLama pulls an image with a `:0.15` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
62+
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
6363

6464
The default can be overridden in the ramalama.conf file or via the
6565
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-perplexity.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
6262
images based on the accelerator it discovers. For example:
6363
`quay.io/ramalama/ramalama`. See the table below for all default images.
6464
The default image tag is based on the minor version of the RamaLama package.
65-
Version 0.15.0 of RamaLama pulls an image with a `:0.15` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
65+
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
6666

6767
The default can be overridden in the ramalama.conf file or via the
6868
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-rag.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
5050
images based on the accelerator it discovers. For example:
5151
`quay.io/ramalama/ramalama-rag`. See the table below for all default images.
5252
The default image tag is based on the minor version of the RamaLama package.
53-
Version 0.15.0 of RamaLama pulls an image with a `:0.15` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
53+
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
5454

5555
The default can be overridden in the ramalama.conf file or via the
5656
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-run.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
7373
images based on the accelerator it discovers. For example:
7474
`quay.io/ramalama/ramalama`. See the table below for all default images.
7575
The default image tag is based on the minor version of the RamaLama package.
76-
Version 0.15.0 of RamaLama pulls an image with a `:0.15` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
76+
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
7777

7878
The default can be overridden in the `ramalama.conf` file or via the
7979
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-serve.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
120120
images based on the accelerator it discovers. For example:
121121
`quay.io/ramalama/ramalama`. See the table above for all default images.
122122
The default image tag is based on the minor version of the RamaLama package.
123-
Version 0.15.0 of RamaLama pulls an image with a `:0.15` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
123+
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
124124

125125
The default can be overridden in the `ramalama.conf` file or via the
126126
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-version.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Print usage message
1818

1919
```
2020
$ ramalama version
21-
ramalama version 0.15.0
21+
ramalama version 0.16.0
2222
$ ramalama -q version
23-
0.15.0
23+
0.16.0
2424
>
2525
```
2626
## SEE ALSO

docs/ramalama.conf.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In some cases this is needed to access the gpu from a rootless container
144144
**log_level**=warning
145145
Set the logging level of RamaLama application.
146146
Valid Values:
147-
debug, info, warning, error critical
147+
debug, info, warning, error, critical
148148
Note: --debug option overrides this field and forces the system to debug
149149

150150
**max_tokens**=0

docsite/docs/commands/ramalama/bench.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
6363
images based on the accelerator it discovers. For example:
6464
`quay.io/ramalama/ramalama`. See the table below for all default images.
6565
The default image tag is based on the minor version of the RamaLama package.
66-
Version 0.15.0 of RamaLama pulls an image with a `:0.15` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
66+
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
6767

6868
The default can be overridden in the ramalama.conf file or via the
6969
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docsite/docs/commands/ramalama/convert.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ Image to use when converting to GGUF format (when then `--gguf` option has been
4545
executable and available in the `PATH`. The script is available from the `llama.cpp` GitHub repo. Defaults to the current
4646
`quay.io/ramalama/ramalama-rag` image.
4747

48-
#### **--type**=*raw* | *car*
48+
#### **--type**="artifact" | *raw* | *car*
4949

50-
type of OCI Model Image to convert.
50+
Convert the MODEL to the specified OCI Object
5151

52-
| Type | Description |
53-
| ---- | ------------------------------------------------------------- |
54-
| car | Includes base image with the model stored in a /models subdir |
55-
| raw | Only the model and a link file model.file to it stored at / |
52+
| Type | Description |
53+
| -------- | ------------------------------------------------------------- |
54+
| artifact | Store AI Models as artifacts |
55+
| car | Traditional OCI image including base image with the model stored in a /models subdir |
56+
| raw | Traditional OCI image including only the model and a link file `model.file` pointed at it stored at / |
5657

5758
## EXAMPLE
5859

docsite/docs/commands/ramalama/list.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ print Model list in json format
2929
#### **--noheading**, **-n**
3030
do not print heading
3131

32+
#### **--order**
33+
order used to sort the AI Models. Valid options are 'asc' and 'desc'
34+
35+
#### **--sort**
36+
field used to sort the AI Models. Valid options are 'name', 'size', and 'modified'.
37+
3238
## Examples
3339

3440
List all Models downloaded to users homedir

0 commit comments

Comments
 (0)