Nan Qin
Nan Qin
It seems sometimes image is not correctly initialized on NVIDA GPU on windows. ``` import numpy as np import pyopencl as cl from pyopencl import cltypes platform = cl.get_platforms()[0] print(platform,...
it seems currently `valueRecoder` is not supported. Any plan for it?
**What happened**: When task pods run on multiple nodes, say node A and B. If all pods on node A completed and node A is removed by the cluster autoscaler...
adds support for passing `prompt_embeds` to `LLM.generate` as ``` llm.generate({"prompt_embeds": input_embeds}, sampling_params) ``` or ``` llm.generate( [{"prompt_embeds": input_embeds} for input_embeds in inputs_embeds], sampling_params ) ``` this enables use cases when...
I am using `opentelemetry-instrumentation-fastapi`. Everything works great except I get many small spans of `http receive` and `http send` for a single request. (see the screenshot below) Is there a...
### Describe the bug When registering flyte entities using the remote API in the same python module, the module path is missing from the generated command args (see below line...