remote old rope_section compare operator

This commit is contained in:
HimariO 2024-12-14 11:58:38 +08:00 committed by GitHub
parent 19aba1dbbe
commit f96909e2fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2557,7 +2557,6 @@ struct llama_hparams {
if (this->rope_finetuned != other.rope_finetuned) return true;
if (this->n_ctx_orig_yarn != other.n_ctx_orig_yarn) return true;
if (this->rope_sections != other.rope_sections) return true;
if (std::equal(std::begin(this->rope_sections),
std::end(this->rope_sections),
std::begin(other.rope_sections))) return true;