Skip to content

Commit e8cb089

Browse files
authored
Merge pull request #2212 from olliewalsh/version_0_15_0
Bump to v0.15.0
2 parents 7255620 + 65d3436 commit e8cb089

File tree

18 files changed

+278
-27
lines changed

18 files changed

+278
-27
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.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
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.
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.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
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.
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.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
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.
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.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
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.
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.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
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.
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.14.0
21+
ramalama version 0.15.0
2222
$ ramalama -q version
23-
0.14.0
23+
0.15.0
2424
>
2525
```
2626
## SEE ALSO

docs/ramalama.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
# Set the logging level of RamaLama application.
9393
# Valid Values:
94-
# debug, info, warning, error critical
94+
# debug, info, warning, error, critical
9595
# Note: --debug option overrides this field and forces the system to debug
9696
#log_level=warning
9797

@@ -131,7 +131,7 @@
131131
#pull = "newer"
132132

133133
# Specify the default output format for output of the `ramalama rag` command
134-
# Options: json, markdown, qdrant
134+
# Options: qdrant, json, markdown, milvus
135135
#
136136
#rag_format = "qdrant"
137137

docs/ramalama.conf.5.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,13 @@ If this port is unavailable, another free port from this range will be selected.
170170

171171
**rag_format**="qdrant"
172172

173-
OCI container image to run with the specified AI model when using RAG content.
173+
Specify the default output format for output of the `ramalama rag` command.
174+
Options: qdrant, json, markdown, milvus.
174175

175176
**rag_images**="quay.io/ramalama/ramalama-rag"
176177

178+
OCI container image to run with the specified AI model when using RAG content.
179+
177180
`[[ramalama.rag_images]]`
178181
CUDA_VISIBLE_DEVICES = "quay.io/ramalama/cuda-rag"
179182
HIP_VISIBLE_DEVICES = "quay.io/ramalama/rocm-rag"

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.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
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.
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/perplexity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
6666
images based on the accelerator it discovers. For example:
6767
`quay.io/ramalama/ramalama`. See the table below for all default images.
6868
The default image tag is based on the minor version of the RamaLama package.
69-
Version 0.14.0 of RamaLama pulls an image with a `:0.14` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
69+
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.
7070

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

0 commit comments

Comments
 (0)