File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1697,15 +1697,15 @@ struct LLMEmbedder : public Conditioner {
16971697 }
16981698 parsed_attention.emplace_back (text.substr (attn_range.second ), 1 .f );
16991699
1700- {
1701- std::stringstream ss;
1702- ss << ' [' ;
1703- for (const auto & item : parsed_attention) {
1704- ss << " ['" << item.first << " ', " << item.second << " ], " ;
1705- }
1706- ss << ' ]' ;
1707- LOG_DEBUG (" parse '%s' to %s" , text.c_str (), ss.str ().c_str ());
1708- }
1700+ // {
1701+ // std::stringstream ss;
1702+ // ss << '[';
1703+ // for (const auto& item : parsed_attention) {
1704+ // ss << "['" << item.first << "', " << item.second << "], ";
1705+ // }
1706+ // ss << ']';
1707+ // LOG_DEBUG("parse '%s' to %s", text.c_str(), ss.str().c_str());
1708+ // }
17091709
17101710 std::vector<int > tokens;
17111711 std::vector<float > weights;
You can’t perform that action at this time.
0 commit comments