BrandonStudio

Results 91 comments of BrandonStudio
trafficstars

No, it does not work. ![image](https://github.com/pytorch/xla/assets/55647556/b77dc6f7-f72d-40b8-8350-6b4e50d94dd1) Installation output: ![image](https://github.com/pytorch/xla/assets/55647556/91a45214-bba9-46cc-9725-c8d65036fe06)

> it looks like your content needs to be a `Layout`. So any of [these](https://learn.microsoft.com/dotnet/maui/user-interface/layouts/) basically. A `ScrollView` is not a `Layout` control. @bijington I notice that tk:DockLayout etc. can...

I see. Can I assume that the type of `container` that can host `stateViewItems` can be and must be a subclass of Microsoft.Maui.Controls.Layout, namely one of AbsoluteLayout, FlexLayout, Grid, StackBase,...

Duplicate of #1929 #1472.

> You don't need to update the test. the chat request is a mock. Only need to change `checkModel` It does not matter whether mock model is changed or not....

```bash $ docker pull curlimages/curl:latest latest: Pulling from curlimages/curl 4abcf2066143: Pull complete e52d86b3391d: Extracting [==================================================>] 7.111MB/7.111MB 4ca545ee6d5d: Download complete failed to register layer: lsetxattr user.overlay.origin /bin: operation not supported ```...

The target configuration file (that contains log level settings) is inside milvus container, at `/milvus/configs/milvus.yaml`. You can either 1. Go inside the container and modify the `milvus.yaml`, or 2. Write...

Ollama 应该是支持的吧?Langchain 可以用 https://python.langchain.com/v0.1/docs/integrations/chat/ollama_functions/

Example from Ollama Functions ```python from langchain_core.prompts import PromptTemplate from langchain_core.pydantic_v1 import BaseModel, Field from langchain_experimental.llms.ollama_functions import OllamaFunctions # Schema for structured response class Person(BaseModel): name: str = Field(description="The person's...