Victor Nogueira

Results 99 comments of Victor Nogueira

I think the browser may be clearing the blobs from the memory when the tab gets suspended (after some time not being used).

Thanks for investigating it, @s-vitaliy! Do you think it's possible to fix this bug without a breaking change?

I agree with the removal of `force_destroy` while updating the user. I don't remember why it was added, but I thought it would be a good moment to remove it,...

Thanks for your report and offer to help, even not working directly with Go! We're currently out of capacity to work on this repository specifically, so most of the recent...

Let us know if the fix published in [v3.6.5](https://github.com/aminueza/terraform-provider-minio/releases/tag/v3.6.5) resolves it.

As far as I know, currently it's not possible to load files from the file-system. You can import a file (using the HTML File Input element), though. But even it...

✅ `minio_iam_service_account` now supports `name`, `description`, and `expiration` attributes.

I agree it may be due to the outdated version using an older version of llama.cpp, because Llama 1B is available to try on https://github.ngxson.com/wllama/examples/main/dist/ and it's working fine there....

Could you try these splits and confirm if they work? (Those are the ones I'm using without issues on Wllama v1.16.2) - Llama 3.2 1B: https://huggingface.co/Felladrin/gguf-sharded-Q5_K_L-Llama-3.2-1B-Instruct/resolve/main/model.shard-00001-of-00005.gguf - Llama3.2 3B: https://huggingface.co/Felladrin/gguf-sharded-Q5_K_L-Llama-3.2-3B-Instruct/resolve/main/model.shard-00001-of-00007.gguf...

> I thought that `allow_offline` might be the issue. But after re-enabling it last, everything still works 0_0. > > I keep 'allow_offline' enabled all the time. Is that a...