Luka Giorgadze

Results 6 issues of Luka Giorgadze

### What are you really trying to do? I'm attempting to deploy Temporal on a GKE Autopilot cluster using Helm. ### Describe the bug When deploying Temporal on a GKE...

bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/keto/blob/master/CODE_OF_CONDUCT.md). -...

bug

Add optional Attributes field for `ModuleConfig` ```go type ModuleConfig struct { ... Attributes map[string]string .... } ``` These attributes will be accessible within the module with the help of Module...

feature

Hey there! I'm on Apple M2 Mac. How can I use mps/cpu device only? When I'm running [example](https://github.com/Algolzw/daclip-uir?tab=readme-ov-file#da-clip-usage), getting this error: ```bash raise AssertionError("Torch not compiled with CUDA enabled") AssertionError:...

Hi there! Is there any examples of running on Mac using cpu/mps as a device?