File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
53
53
images based on the accelerator it discovers. For example:
54
54
` quay.io/ramalama/ramalama ` . See the table below for all default images.
55
55
The default image tag is based on the minor version of the RamaLama package.
56
- Version 0.11.2 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
56
+ Version 0.11.3 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
57
57
58
58
The default can be overridden in the ramalama.conf file or via the
59
59
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
58
58
images based on the accelerator it discovers. For example:
59
59
` quay.io/ramalama/ramalama ` . See the table below for all default images.
60
60
The default image tag is based on the minor version of the RamaLama package.
61
- Version 0.11.2 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
61
+ Version 0.11.3 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
62
62
63
63
The default can be overridden in the ramalama.conf file or via the
64
64
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
50
50
images based on the accelerator it discovers. For example:
51
51
` quay.io/ramalama/ramalama-rag ` . See the table below for all default images.
52
52
The default image tag is based on the minor version of the RamaLama package.
53
- Version 0.11.2 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
53
+ Version 0.11.3 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
54
54
55
55
The default can be overridden in the ramalama.conf file or via the
56
56
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
66
66
images based on the accelerator it discovers. For example:
67
67
` quay.io/ramalama/ramalama ` . See the table below for all default images.
68
68
The default image tag is based on the minor version of the RamaLama package.
69
- Version 0.11.2 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
69
+ Version 0.11.3 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
70
70
71
71
The default can be overridden in the ramalama.conf file or via the
72
72
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
112
112
images based on the accelerator it discovers. For example:
113
113
` quay.io/ramalama/ramalama ` . See the table above for all default images.
114
114
The default image tag is based on the minor version of the RamaLama package.
115
- Version 0.11.2 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
115
+ Version 0.11.3 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
116
116
117
117
The default can be overridden in the ramalama.conf file or via the
118
118
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Print usage message
18
18
19
19
```
20
20
$ ramalama version
21
- ramalama version 0.11.2
21
+ ramalama version 0.11.3
22
22
$ ramalama -q version
23
- 0.11.2
23
+ 0.11.3
24
24
>
25
25
```
26
26
## SEE ALSO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ramalama"
7
- version = " 0.11.2 "
7
+ version = " 0.11.3 "
8
8
description = " RamaLama is a command line tool for working with AI LLM models."
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def version ():
5
- return "0.11.2 "
5
+ return "0.11.3 "
6
6
7
7
8
8
def print_version (args ):
Original file line number Diff line number Diff line change 1
1
%global pypi_name ramalama
2
2
%global forgeurl https://github.com/containers/%{pypi_name }
3
3
# see ramalama/version.py
4
- %global version0 0.11.2
4
+ %global version0 0.11.3
5
5
%forgemeta
6
6
7
7
%global summary Command line tool for working with AI LLM models
@@ -34,7 +34,7 @@ BuildRequires: python3-pytest
34
34
BuildRequires: mailcap
35
35
36
36
Provides: python3-ramalama = %{version }-%{release }
37
- Obsoletes: python3-ramalama < 0.11.2 -1
37
+ Obsoletes: python3-ramalama < 0.11.3 -1
38
38
39
39
Requires: podman
40
40
You can’t perform that action at this time.
0 commit comments