llama: remove per-arch tensor name lists (#21531)
This commit is contained in:
parent
e8f5082697
commit
a8ec0df461
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…
Reference in New Issue