mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	@@ -83,7 +83,6 @@ while read c; do
 | 
			
		||||
        src/ggml-cpu/* \
 | 
			
		||||
        src/ggml-cuda/* \
 | 
			
		||||
        src/ggml-hip/* \
 | 
			
		||||
        src/ggml-kompute/* \
 | 
			
		||||
        src/ggml-metal/* \
 | 
			
		||||
        src/ggml-musa/* \
 | 
			
		||||
        src/ggml-opencl/* \
 | 
			
		||||
@@ -141,7 +140,6 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
 | 
			
		||||
    # src/ggml-cpu/*       -> ggml/src/ggml-cpu/*
 | 
			
		||||
    # src/ggml-cuda/*      -> ggml/src/ggml-cuda/*
 | 
			
		||||
    # src/ggml-hip/*       -> ggml/src/ggml-hip/*
 | 
			
		||||
    # src/ggml-kompute/*   -> ggml/src/ggml-kompute/*
 | 
			
		||||
    # src/ggml-metal/*     -> ggml/src/ggml-metal/*
 | 
			
		||||
    # src/ggml-musa/*      -> ggml/src/ggml-musa/*
 | 
			
		||||
    # src/ggml-opencl/*    -> ggml/src/ggml-opencl/*
 | 
			
		||||
@@ -174,7 +172,6 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-cpu\//\1ggml\/src\/ggml-cpu\//g' \
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-cuda\//\1ggml\/src\/ggml-cuda\//g' \
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-hip\//\1ggml\/src\/ggml-hip\//g' \
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-kompute\//\1ggml\/src\/ggml-kompute\//g' \
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-metal\//\1ggml\/src\/ggml-metal\//g' \
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-opencl\//\1ggml\/src\/ggml-opencl\//g' \
 | 
			
		||||
        -e 's/([[:space:]]| [ab]\/)src\/ggml-rpc\//\1ggml\/src\/ggml-rpc\//g' \
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,6 @@ cp -rpv ../ggml/src/ggml-cann/*    ./ggml/src/ggml-cann/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-cpu/*     ./ggml/src/ggml-cpu/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-cuda/*    ./ggml/src/ggml-cuda/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-hip/*     ./ggml/src/ggml-hip/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-kompute/* ./ggml/src/ggml-kompute/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-metal/*   ./ggml/src/ggml-metal/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-musa/*    ./ggml/src/ggml-musa/
 | 
			
		||||
cp -rpv ../ggml/src/ggml-opencl/*  ./ggml/src/ggml-opencl/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user