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
2 changed files with 1 additions and 2027 deletions
+1 -2025
View File
File diff suppressed because it is too large Load Diff
-2
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;