mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	readme : add LLMUnity to UI projects (#9381)
* add LLMUnity to UI projects * add newline to examples/rpc/README.md to fix editorconfig-checker unit test
This commit is contained in:
		 Antonis Makropoulos
					Antonis Makropoulos
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							54f376d0b9
						
					
				
				
					commit
					5ed087573e
				
			| @@ -70,4 +70,5 @@ Finally, when running `llama-cli`, use the `--rpc` option to specify the host an | ||||
| $ bin/llama-cli -m ../models/tinyllama-1b/ggml-model-f16.gguf -p "Hello, my name is" --repeat-penalty 1.0 -n 64 --rpc 192.168.88.10:50052,192.168.88.11:50052 -ngl 99 | ||||
| ``` | ||||
|  | ||||
| This way you can offload model layers to both local and remote devices. | ||||
| This way you can offload model layers to both local and remote devices. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user