Ettore Di Giacinto

Results 726 comments of Ettore Di Giacinto

@copilot ok, awesome. now let's move the additional tests in test.py otherwise CI won't run that

@copilot the test failing is the important one: [Tests extras backends / tests-diffusers (pull_request)](https://github.com/mudler/LocalAI/actions/runs/19732465975/job/56537082018?pr=7365) Tests extras backends / tests-diffusers (pull_request)

QA: - [x] Dreamshaper - [x] Z-Image (testing) ```yaml name: z-image-turbo parameters: model: Tongyi-MAI/Z-Image-Turbo f16: false backend: diffusers low_vram: false diffusers: cuda: true pipeline_type: ZImagePipeline step: 9 options: - torch_dtype:bf16...

I can't really reproduce this. Note that LocalAI does not use `docker` to pull images. It might be rather a network issue here. Did you tried from `master`? it has...

> Models download fine, backends don't for me. Is there another way to download them? manual? If a bakend fails, it has to start over again, anyway to change this?...

> [@mudler](https://github.com/mudler) any chance this set to be fixed on next update? I don't have still a clear idea on what is causing this to happen. I can't really reproduce...

also, do you have issues downloading models? could it be an mtu issue here?

Hi @ericcurtin 👋 we already support pulling images with Dockerhub in https://github.com/mudler/LocalAI/blob/2b9a3d32c9402ef86f56a71562147c250db04f3f/pkg/oci/image.go#L210 - however we don't have a specific User agent

> I see, it looks like the structure of the OCI artifact is different, we should try and consolidate on that I would love to! we also support pulling from...