peterghaddad
peterghaddad
@simonsays1980 are we good to move forward here? Also, thanks for diving into the fix use_lstm
Included RLLib test utils!
@simonsays1980 thanks for approving! Still seeing the same error with lstm. Let's create another issue and address that there since the agent is converges without lstm. Once you reapprove, will...
@architkulkarni I am experiencing issues when trying to test the Alpha Container Runtime feature. Is podman a necessary dependency? I noticed the container runtime is specified in the code (see...
Thanks for the response @architkulkarni. So the worker is what pulls the actual image? i.e an image runs within an image when using Kuberay? It may make sense to have...
Yes, mean KubeRay CRD. Using KubeRay v1.0.0 and upgrading to V1.1.1 resolved these problems.
In `flyteplugins/go/tasks/plugins/k8s/ray/ray.go`, I noticed that `submitterPodTemplate := buildSubmitterPodTemplate(headPodSpec, objectMeta, taskCtx)` uses the `headPodSpec` defined early in the source. [See here.](https://github.com/flyteorg/flyte/blob/master/flyteplugins/go/tasks/plugins/k8s/ray/ray.go#L121) Even when the configuration is changed it doesn't propagate down...
> > Even when the configuration is changed it doesn't propagate down when calling `podSpec.ServiceAccountName = cfg.ServiceAccount` > > The issue is that the call to [GetServiceAccountNameFromTaskExecutionMetadata](https://github.com/flyteorg/flyte/blob/ffd72a09cb09079beccec5908ebd45b430ff81c5/flyteplugins/go/tasks/pluginmachinery/flytek8s/utils.go#L74-L76) always gets the...
related to #4920
@maxdeichmann also experiencing a similar behavior [here](https://github.com/langfuse/langfuse/issues/10533). Any thoughts come to mind?