1 Star 0 Fork 0

qzl66/ScaleLLM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cppcheck-suppress 731 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Mi 提交于 2023-08-21 20:31 . added logits processors and samplers
// This file contains the list of suppressions used by the cppcheck tool
// <https://cppcheck.sourceforge.io/manual.pdf>
// The format for an error suppression is one of:
// [error id]:[filename]:[line]
// [error id]:[filename2]
// [error id]
// The error id is the id that you want to suppress.
// The filename may include the wildcard characters *or ?, which matches any
// sequence of characters or any single character respectively. It is recommended to
// use “/” as path separator on all operating systems. The filename must match the
// filename in the reported warning exactly.
// error ids
missingInclude
syntaxError
unmatchedSuppression
useStlAlgorithm
preprocessorErrorDirective
useInitializationList
unused-result
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qzl66/ScaleLLM.git
git@gitee.com:qzl66/ScaleLLM.git
qzl66
ScaleLLM
ScaleLLM
main

搜索帮助