Frank Guo

Results 8 issues of Frank Guo

when i run script `xmake run -d`, then xmake open project by visual studio ide, how to debug in goland ide?

extract_tags方法无法获取Keyword的tag, 与python api不一致

support OnehotEncoder, LabelEncoder, OrdinalEncoder like sklearn.

enhancement
help wanted

### Problem First, i install `openblas` and `lapack` by brew > brew install openblas > brew install lapack -------------------- > when i use openblas-src with features `["cblas", "system"]`, i set...

help wanted

Is there a plan to support `iterator` and common functional operations such as `map` `reduce` `filter` `scan` `fold`...

support quantization of awq and gptq

new feature

## use docker image [docker pull ghcr.io/ericlbuehler/mistral.rs:cuda-80-sha-9b898ee] run script in wsl2 ```docker run --gpus all -v E:/workspace/modelscope:/root/modelscope ghcr.io/ericlbuehler/mistral.rs:latest -i plain -m /root/modelscope/Qwen2-7B-Instruct -a qwen2``` got error Error: DriverError(CUDA_ERROR_NOT_FOUND, "named symbol...

bug
build

**Describe the bug** Dynaconf: Format fields in default scope not inherited when using preload, but work with settings_files **To Reproduce** Steps to reproduce the behavior: 1. define preload config ```yaml...

bug