File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
59
59
images based on the accelerator it discovers. For example:
60
60
` quay.io/ramalama/ramalama ` . See the table below for all default images.
61
61
The default image tag is based on the minor version of the RamaLama package.
62
- Version 0.12.2 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
62
+ Version 0.12.3 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
63
63
64
64
The default can be overridden in the ramalama.conf file or via the
65
65
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
62
62
images based on the accelerator it discovers. For example:
63
63
` quay.io/ramalama/ramalama ` . See the table below for all default images.
64
64
The default image tag is based on the minor version of the RamaLama package.
65
- Version 0.12.2 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
65
+ Version 0.12.3 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
66
66
67
67
The default can be overridden in the ramalama.conf file or via the
68
68
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.12.2 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
53
+ Version 0.12.3 of RamaLama pulls an image with a ` :0.12 ` 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 @@ -73,7 +73,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
73
73
images based on the accelerator it discovers. For example:
74
74
` quay.io/ramalama/ramalama ` . See the table below for all default images.
75
75
The default image tag is based on the minor version of the RamaLama package.
76
- Version 0.12.2 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
76
+ Version 0.12.3 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
77
77
78
78
The default can be overridden in the ramalama.conf file or via the
79
79
RAMALAMA_IMAGE environment variable. ` export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2 ` tells
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
120
120
images based on the accelerator it discovers. For example:
121
121
` quay.io/ramalama/ramalama ` . See the table above for all default images.
122
122
The default image tag is based on the minor version of the RamaLama package.
123
- Version 0.12.2 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
123
+ Version 0.12.3 of RamaLama pulls an image with a ` :0.12 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
124
124
125
125
The default can be overridden in the ramalama.conf file or via the
126
126
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.12.2
21
+ ramalama version 0.12.3
22
22
$ ramalama -q version
23
- 0.12.2
23
+ 0.12.3
24
24
>
25
25
```
26
26
## SEE ALSO
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def version ():
5
- return "0.12.2 "
5
+ return "0.12.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.12.2
4
+ %global version0 0.12.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.12.2 -1
37
+ Obsoletes: python3-ramalama < 0.12.3 -1
38
38
39
39
Requires: podman
40
40
You can’t perform that action at this time.
0 commit comments