Haoxian WANG

Results 14 comments of Haoxian WANG

同样的情况 Mac 尝试了brew安装和dmg安装

> We are still on HSK 1, so probably a bit early to start working on Chinese, we need more understanding of the language, unlike Romanian languages, which all are...

As for the datasets, I think the [aishell-3](https://www.openslr.org/93/) is one of the most used one with Apache 2.0 license. PaddlePaddle is made by Baidu. As a big tech their choices...

> You can use JSON editor to add resource limits to image builder Containers. If this is not possible, consider switching to a different image build engine, such as `buildkit`...

> As per this discussion: https://stackoverflow.com/questions/72448053/rust-incremental-build-not-working-in-vscode-devcontainer > > if i add a .cargo/config.toml with the target anywhere outside my project workspace, it seems to work fine > > ``` >...

I have the same problem with "mistral-7b-instruct-v0.2.Q5_K_S.gguf" ``` JSONDecodeError: Unterminated string starting at: line 5 column 5 (char 24) ``` My code is from the example too. ```python from outlines...

> Can you try `generator = generate.json(model, add, whitespace_pattern="")` ? Yes it works as expected with this. It's kind of confusing though. I didn't find this in the doc. Thank...

> Can you try `generator = generate.json(model, add, whitespace_pattern="")` ? After digging around, I found that the model stopped earlier before the json is completed. By adding max_tokens=100 of some...

Hello Rémi, Nice work! I just checked Llama cpp's scheme function. https://github.com/abetlen/llama-cpp-python?tab=readme-ov-file#json-schema-mode It seems that llama cpp is working on its way of structuring output. For the sake of efficiency,...