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
5959images based on the accelerator it discovers. For example:
6060` quay.io/ramalama/ramalama ` . See the table below for all default images.
6161The 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.
6363
6464The default can be overridden in the ramalama.conf file or via the
6565RAMALAMA_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
6262images based on the accelerator it discovers. For example:
6363` quay.io/ramalama/ramalama ` . See the table below for all default images.
6464The 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.
6666
6767The default can be overridden in the ramalama.conf file or via the
6868RAMALAMA_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
5050images based on the accelerator it discovers. For example:
5151` quay.io/ramalama/ramalama-rag ` . See the table below for all default images.
5252The 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.
5454
5555The default can be overridden in the ramalama.conf file or via the
5656RAMALAMA_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
7373images based on the accelerator it discovers. For example:
7474` quay.io/ramalama/ramalama ` . See the table below for all default images.
7575The 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.
7777
7878The default can be overridden in the ramalama.conf file or via the
7979RAMALAMA_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
120120images based on the accelerator it discovers. For example:
121121` quay.io/ramalama/ramalama ` . See the table above for all default images.
122122The 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.
124124
125125The default can be overridden in the ramalama.conf file or via the
126126RAMALAMA_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
1818
1919```
2020$ ramalama version
21- ramalama version 0.12.2
21+ ramalama version 0.12.3
2222$ ramalama -q version
23- 0.12.2
23+ 0.12.3
2424>
2525```
2626## SEE ALSO
Original file line number Diff line number Diff line change 22
33
44def version ():
5- return "0.12.2 "
5+ return "0.12.3 "
66
77
88def print_version (args ):
Original file line number Diff line number Diff line change 11%global pypi_name ramalama
22%global forgeurl https://github.com/containers/%{pypi_name }
33# see ramalama/version.py
4- %global version0 0.12.2
4+ %global version0 0.12.3
55%forgemeta
66
77%global summary Command line tool for working with AI LLM models
@@ -34,7 +34,7 @@ BuildRequires: python3-pytest
3434BuildRequires: mailcap
3535
3636Provides: python3-ramalama = %{version }-%{release }
37- Obsoletes: python3-ramalama < 0.12.2 -1
37+ Obsoletes: python3-ramalama < 0.12.3 -1
3838
3939Requires: podman
4040
You can’t perform that action at this time.
0 commit comments