Mystic

Results 34 issues of Mystic

# 筑基及之后功法啥时候创造出来啊

### Steps to Reproduce ```shell # generate a python project from template cargo generate gh:x-pt/template template/py cd rye init ``` ### Expected Result `rye init` can be successful in a...

请按照此新功能模版提供相关信息,如详细的功能描述或同类效果屏幕截图,这将有助于我们进行调查。 (Please follow this new feature template to provide relevant information, such as detail description for feature or some screenshots, which will help us investigate.) ## 新功能描述 (New feature description)...

feature request

# Here is the full log ```txt package command-line-arguments imports github.com/pplmx/blog-go/cmd imports github.com/pplmx/blog-go/internal/db imports github.com/glebarez/sqlite imports github.com/glebarez/go-sqlite imports modernc.org/libc: C source files not allowed when not using cgo or SWIG:...

* Cookiecutter version: 2.6.0 * Template project url: [x-pt/template](https://github.com/x-pt/template/tree/feat_auto_release_in_boilerplate/template/py) * Python version: 3.12.5 * Operating System: macOS Sequoia Version 15.0 Beta (24A5327a) ### Description: I attempted to use {% raw...

## Reproduce Steps ### 1. Using `uv build` ```bash cookiecutter gh:x-pt/template --directory template/py --no-input && \ cd my-awesome-project && \ uv sync && \ time uv build && \ time...

performance

## Description: When using `v0.2.17` of the `cuda-toolkit` action with the following configuration: ```yml - uses: Jimver/[email protected] id: cuda-toolkit with: log-file-suffix: ${{ matrix.os }}.txt cuda: '12.5.0' method: 'network' sub-packages: '["nvcc",...

hi, The cuda cannot be installed correctly by action ```console Run Jimver/cuda-toolkit@master with: cuda: 1[2](https://github.com/x-pt/example-cuda-cmake/actions/runs/10771750645/job/29867925725#step:3:2).5.0 sub-packages: [] non-cuda-sub-packages: [] method: local linux-local-args: ["--toolkit", "--samples"] use-github-cache: true use-local-cache: true log-file-suffix: log.txt...

### Describe the Bug The function `get_gpt_layer_local_spec` claims to support `multi_latent_attention=True`, but it fails to initialize a correct `DotProductAttention` instance. Specifically, it does not account for `k_channels` and `v_channels`, which...