Re: Looking for help with packaging RamaLama for Fedora.

2024-10-01 Thread Daniel Walsh
On 9/30/24 17:43, Adam Williamson wrote: On Mon, 2024-09-30 at 12:56 -0400, Daniel Walsh wrote: Honestly I feel like I would've written this so the bit that runs in the container is just a different thing from the bit that runs outside of the container? But I guess that's getting rather beyond t

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 23:56 +0200, Miro Hrončok wrote: > On 30. 09. 24 19:22, Adam Williamson wrote: > > pkg_resources is > > entirely removed in recent Python (3.12 or 3.13, I forget which). > > pkg_resources is part of setuptools. It is deprecated, but still there. Oh, my bad, I thought it was

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Miro Hrončok
On 30. 09. 24 19:22, Adam Williamson wrote: pkg_resources is entirely removed in recent Python (3.12 or 3.13, I forget which). pkg_resources is part of setuptools. It is deprecated, but still there. -- Miro Hrončok -- Phone: +420777974800 Fedora Matrix: mhroncok -- ___

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:56 -0400, Daniel Walsh wrote: > > > > Honestly I feel like I would've written this so the bit that runs in > > the container is just a different thing from the bit that runs outside > > of the container? But I guess that's getting rather beyond the scope of > > "package th

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: > > We want to make sure that the ramalama executable finds the python > libraries ,which is why we are sticking the library into first place in > the path.  (It is a little hacky and we could probably work around it > using environment var

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:52, Adam Williamson wrote: On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: why all this? Why not just have it set up as a perfectly normal Python lib+script project and let all the infrastructure Python-world has been building for decades handle installing it on various plat

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: > > > > why all this? Why not just have it set up as a perfectly normal Python > > lib+script project and let all the infrastructure Python-world has been > > building for decades handle installing it on various platforms? Is > > there somethi

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:33, Adam Williamson wrote: On Mon, 2024-09-30 at 09:24 -0700, Adam Williamson wrote: On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: RamaLama is an open source competitor to Ollama. The goal is to make the use of AI Models as simple as Podman or Docker. But able to support

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:24, Adam Williamson wrote: On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: RamaLama is an open source competitor to Ollama. The goal is to make the use of AI Models as simple as Podman or Docker. But able to support any AI Model registry.  HuggingFace, Ollama as well as OCI

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 09:24 -0700, Adam Williamson wrote: > On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: > > RamaLama is an open source competitor to Ollama. The goal is to make the > > use of AI Models as simple as Podman or Docker. But able to support any > > AI Model registry.  Huggi

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: > RamaLama is an open source competitor to Ollama. The goal is to make the > use of AI Models as simple as Podman or Docker. But able to support any > AI Model registry.  HuggingFace, Ollama as well as OCI Registries > (quay.io, docker hug,