File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 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.10 .0 of RamaLama pulls an image with a ` :0.10 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
56
+ Version 0.11 .0 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.10 .0 of RamaLama pulls an image with a ` :0.10 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
61
+ Version 0.11 .0 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 @@ -49,7 +49,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
49
49
images based on the accelerator it discovers. For example:
50
50
` quay.io/ramalama/ramalama-rag ` . See the table below for all default images.
51
51
The default image tag is based on the minor version of the RamaLama package.
52
- Version 0.10 .0 of RamaLama pulls an image with a ` :0.10 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
52
+ Version 0.11 .0 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
53
53
54
54
The default can be overridden in the ramalama.conf file or via the
55
55
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.10 .0 of RamaLama pulls an image with a ` :0.10 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
69
+ Version 0.11 .0 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 @@ -98,7 +98,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
98
98
images based on the accelerator it discovers. For example:
99
99
` quay.io/ramalama/ramalama ` . See the table above for all default images.
100
100
The default image tag is based on the minor version of the RamaLama package.
101
- Version 0.10 .0 of RamaLama pulls an image with a ` :0.10 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
101
+ Version 0.11 .0 of RamaLama pulls an image with a ` :0.11 ` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
102
102
103
103
The default can be overridden in the ramalama.conf file or via the
104
104
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.10 .0
21
+ ramalama version 0.11 .0
22
22
$ ramalama -q version
23
- 0.10 .0
23
+ 0.11 .0
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.10.1 "
7
+ version = " 0.11.0 "
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.10.1 "
5
+ return "0.11.0 "
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.10.1
4
+ %global version0 0.11.0
5
5
%forgemeta
6
6
7
7
%global summary Command line tool for working with AI LLM models
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ if [[ "$#" != 2 ]]; then
5
5
fi
6
6
curversion=$1
7
7
newversion=$2
8
- sed " s/${curversion} /${newversion} /g" -i pyproject.toml ramalama/version.py rpm/ramalama.spec
8
+ sed " s/${curversion} /${newversion} /g" -i pyproject.toml ramalama/version.py rpm/ramalama.spec docs/ramalama * .md
You can’t perform that action at this time.
0 commit comments