mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	llama.cpp : typo
This commit is contained in:
		@@ -1057,7 +1057,7 @@ struct llama_model_loader {
 | 
				
			|||||||
        // print meta data
 | 
					        // print meta data
 | 
				
			||||||
        // TODO: make optional
 | 
					        // TODO: make optional
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            LLAMA_LOG_INFO("%s: loaded meta data with %d key-value paris and %d tensors from %s (version %s)\n",
 | 
					            LLAMA_LOG_INFO("%s: loaded meta data with %d key-value pairs and %d tensors from %s (version %s)\n",
 | 
				
			||||||
                    __func__, n_kv, n_tensors, fname.c_str(), llama_file_version_name(file_version));
 | 
					                    __func__, n_kv, n_tensors, fname.c_str(), llama_file_version_name(file_version));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for (int i = 0; i < n_tensors; i++) {
 | 
					            for (int i = 0; i < n_tensors; i++) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user