edsky

Results 7 issues of edsky

如题,调用 convert_llama_weights_to_hf.py 后失败,显示如下: FileNotFoundError: [Errno 2] No such file or directory: '../ChatLLaMA/7B/consolidated.00.pth' 如果通过GPTQ量化后可以在8G显卡上进行推理

enhancement

Hello, I'm currently working on a project where I'm dealing with Protocol Buffers data and using the `prost` library in Rust for parsing. I've come across an unusual case where...

**Describe the bug** There seems to be a limitation in autocxx when dealing with base classes that are templated. In the provided example, the base class S is a template,...

cpp-feature

I need to perform order multiplication calculations on elliptic curves in CUDA. Currently, there is a ModMult function in CUDA as shown below, but it performs multiplication mod P, not...

https://github.com/StephanvanSchaik/windows-kernel-rs/blob/060cb6aa37136180cb8afbcd5bf2383240702b39/windows-kernel-rs/src/device.rs#L411 Remove the warning like this ``` let _ = Box::from_raw(ptr as *mut T); ```

https://github.com/StephanvanSchaik/windows-kernel-rs/blob/060cb6aa37136180cb8afbcd5bf2383240702b39/windows-kernel-sys/src/lib.rs#L3 It has been removed in the latest nightly version and should be deleted.