Ilay Chen
Results
2
issues of
Ilay Chen
Hi, I'm trying to debug a segmentation fault in a kernel on NVIDIA GPU. How can I get memory details when accessing specific variable inorder to know what is the...
**Describe the bug** I'm using AzureChatOpenAI. I was able to create a model instance, to send a prompt and to get an answer: ``` chat_model = AzureChatOpenAI( base_url="https://abc.verycoolcorp.com/etx-bot/openai/deployments" + "/gpt-35-turbo",...
bug