mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
@@ -62,7 +62,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
|
||||
images based on the accelerator it discovers. For example:
|
||||
`quay.io/ramalama/ramalama`. See the table below for all default images.
|
||||
The default image tag is based on the minor version of the RamaLama package.
|
||||
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
Version 0.17.0 of RamaLama pulls an image with a `:0.17` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
|
||||
The default can be overridden in the ramalama.conf file or via the
|
||||
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells
|
||||
|
||||
@@ -62,7 +62,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
|
||||
images based on the accelerator it discovers. For example:
|
||||
`quay.io/ramalama/ramalama`. See the table below for all default images.
|
||||
The default image tag is based on the minor version of the RamaLama package.
|
||||
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
Version 0.17.0 of RamaLama pulls an image with a `:0.17` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
|
||||
The default can be overridden in the ramalama.conf file or via the
|
||||
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells
|
||||
|
||||
@@ -50,7 +50,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
|
||||
images based on the accelerator it discovers. For example:
|
||||
`quay.io/ramalama/ramalama-rag`. See the table below for all default images.
|
||||
The default image tag is based on the minor version of the RamaLama package.
|
||||
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
Version 0.17.0 of RamaLama pulls an image with a `:0.17` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
|
||||
The default can be overridden in the ramalama.conf file or via the
|
||||
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells
|
||||
|
||||
@@ -77,7 +77,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
|
||||
images based on the accelerator it discovers. For example:
|
||||
`quay.io/ramalama/ramalama`. See the table below for all default images.
|
||||
The default image tag is based on the minor version of the RamaLama package.
|
||||
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
Version 0.17.0 of RamaLama pulls an image with a `:0.17` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
|
||||
The default can be overridden in the `ramalama.conf` file or via the
|
||||
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells
|
||||
|
||||
@@ -120,7 +120,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
|
||||
images based on the accelerator it discovers. For example:
|
||||
`quay.io/ramalama/ramalama`. See the table above for all default images.
|
||||
The default image tag is based on the minor version of the RamaLama package.
|
||||
Version 0.16.0 of RamaLama pulls an image with a `:0.16` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
Version 0.17.0 of RamaLama pulls an image with a `:0.17` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
|
||||
|
||||
The default can be overridden in the `ramalama.conf` file or via the
|
||||
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells
|
||||
|
||||
@@ -18,9 +18,9 @@ Print usage message
|
||||
|
||||
```
|
||||
$ ramalama version
|
||||
ramalama version 0.16.0
|
||||
ramalama version 0.17.0
|
||||
$ ramalama -q version
|
||||
0.16.0
|
||||
0.17.0
|
||||
>
|
||||
```
|
||||
## SEE ALSO
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
def version():
|
||||
return "0.16.0"
|
||||
return "0.17.0"
|
||||
|
||||
|
||||
def print_version(args):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name ramalama
|
||||
%global forgeurl https://github.com/containers/%{pypi_name}
|
||||
# see ramalama/version.py
|
||||
%global version0 0.16.0
|
||||
%global version0 0.17.0
|
||||
%forgemeta
|
||||
|
||||
%global summary Command line tool for working with AI LLM models
|
||||
|
||||
Reference in New Issue
Block a user