File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class IMatrixCollector {
4343 bool load_imatrix (const char * file_name);
4444private:
4545 std::unordered_map<std::string, Stats> m_stats;
46- common_params m_params;
46+ common_params m_params;
4747 std::mutex m_mutex;
4848 int m_last_call = 0 ;
4949 std::vector<float > m_src1_data;
Original file line number Diff line number Diff line change 3535
3636static llama_context ** g_ctx;
3737static llama_model ** g_model;
38- static common_sampler ** g_smpl;
39- static common_params * g_params;
38+ static common_sampler ** g_smpl;
39+ static common_params * g_params;
4040static std::vector<llama_token> * g_input_tokens;
4141static std::ostringstream * g_output_ss;
4242static std::vector<llama_token> * g_output_tokens;
@@ -166,7 +166,7 @@ int main(int argc, char ** argv) {
166166
167167 llama_model * model = nullptr ;
168168 llama_context * ctx = nullptr ;
169- common_sampler * smpl = nullptr ;
169+ common_sampler * smpl = nullptr ;
170170
171171 g_model = &model;
172172 g_ctx = &ctx;
Original file line number Diff line number Diff line change 3333
3434static llama_context ** g_ctx;
3535static llama_model ** g_model;
36- static common_sampler ** g_smpl;
37- static common_params * g_params;
36+ static common_sampler ** g_smpl;
37+ static common_params * g_params;
3838static std::vector<llama_token> * g_input_tokens;
3939static std::ostringstream * g_output_ss;
4040static std::vector<llama_token> * g_output_tokens;
You can’t perform that action at this time.
0 commit comments