mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	english : use typos to fix comments and logs (#4354)
				
					
				
			This commit is contained in:
		| @@ -428,7 +428,7 @@ int main(int argc, char ** argv) { | ||||
|             ++n_past_tgt; | ||||
|         } | ||||
|  | ||||
|         // the first token is always proposed by the traget model before the speculation loop so we erase it here | ||||
|         // the first token is always proposed by the target model before the speculation loop so we erase it here | ||||
|         for (int s = 0; s < n_seq_dft; ++s) { | ||||
|             if (!drafts[s].active) { | ||||
|                 continue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Richard Kiss
					Richard Kiss