Open tinkle-bell opened 5 months ago
What error do you get when this code runs?
This is the output of my code. When I change the filename from "模型.gguf” to "model.gguf", it works. I guess there is a problem in llamasharp.backend.cuda12_v0.12.0.
Unfortunately that looks like it is a llama.cpp error, not a LLamaSharp error. Could you try loading that model with the llama.cpp main.exe and see if you get the same error there.
Description
当模型路径里面有中文的时候,读取会失败,我尝试了v0.11和v0.12,只有v0.12有这个bug,把模型里面的中文改掉就可以读取了。
When there are Chinese characters in the model path, reading fails. I tried LLamaSharp v0.11 and v0.12, but this bug only happened with v0.12. Changing the Chinese characters in the model to English allows it to be read.
Reproduction Steps
class Program {
}
Environment & Configuration
Known Workarounds
No response