-
Notifications
You must be signed in to change notification settings - Fork 10
ggus 部分规范化 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ggus 部分规范化 #10
Conversation
| use std::fmt::Write as _; | ||
|
|
||
| // 创建一个最小的有效 GGUF 文件数据 | ||
| fn create_minimal_gguf_data() -> Vec<u8> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个测例,我觉得应该直接在仓库中预存一个不带数据的测试用 GGuf 文件,一个小的可能也就几十 k,跟代码文件差不多,直接放没问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gguf 项目根目录的 gitignore 会忽视 .gguf 文件,所以可能一开始是没打算放的。要改 gitignore 吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以改,加一个类似 test files 的目录,在里面的 gguf 不忽略
No description provided.