llama: remove per-arch tensor name lists (#21531)

This commit is contained in:
Johannes Gäßler 2026-04-07 15:02:03 +02:00 committed by GitHub
parent e8f5082697
commit a8ec0df461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2027 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;