mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	scripts : add helper scripts to synch ggml repo
This commit is contained in:
		
							
								
								
									
										6
									
								
								scripts/sync-ggml.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								scripts/sync-ggml.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | #!/bin/bash | ||||||
|  |  | ||||||
|  | cp -rpv ../ggml/src/ggml.c          ./ggml.c | ||||||
|  | cp -rpv ../ggml/src/ggml-cuda.cu    ./ggml-cuda.cu | ||||||
|  | cp -rpv ../ggml/src/ggml-cuda.h     ./ggml-cuda.h | ||||||
|  | cp -rpv ../ggml/include/ggml/ggml.h ./ggml.h | ||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov