mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-06 08:01:27 +00:00
llama: remove per-arch tensor name lists (#21531)
This commit is contained in:
parent
e8f5082697
commit
a8ec0df461
2 changed files with 1 additions and 2027 deletions
2026
src/llama-arch.cpp
2026
src/llama-arch.cpp
File diff suppressed because it is too large
Load diff
|
|
@ -585,8 +585,6 @@ struct LLM_TN_IMPL {
|
|||
const int bid;
|
||||
const int xid;
|
||||
|
||||
const std::set<llm_tensor> model_tensors;
|
||||
|
||||
LLM_TN_IMPL(llm_arch arch, llm_tensor tensor, const char * suffix, int bid, int xid);
|
||||
|
||||
std::string str() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue