mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	repo : update links to new url (#11886)
* repo : update links to new url ggml-ci * cont : more urls ggml-ci
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/bench.yml.disabled
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/bench.yml.disabled
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
# TODO: there have been some issues with the workflow, so disabling for now
 | 
			
		||||
#       https://github.com/ggerganov/llama.cpp/issues/7893
 | 
			
		||||
#       https://github.com/ggml-org/llama.cpp/issues/7893
 | 
			
		||||
#
 | 
			
		||||
# Benchmark
 | 
			
		||||
name: Benchmark
 | 
			
		||||
@@ -57,17 +57,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
    if: |
 | 
			
		||||
      inputs.gpu-series == 'Standard_NC4as_T4_v3'
 | 
			
		||||
      || (
 | 
			
		||||
        github.event_name == 'schedule'
 | 
			
		||||
        && github.ref_name == 'master'
 | 
			
		||||
        && github.repository_owner == 'ggerganov'
 | 
			
		||||
      )
 | 
			
		||||
      || github.event_name == 'pull_request_target'
 | 
			
		||||
      || (
 | 
			
		||||
        github.event_name == 'push'
 | 
			
		||||
        && github.event.ref == 'refs/heads/master'
 | 
			
		||||
        && github.repository_owner == 'ggerganov'
 | 
			
		||||
      )
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Clone
 | 
			
		||||
        id: checkout
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -129,7 +129,7 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          sysctl -a
 | 
			
		||||
          # Metal is disabled due to intermittent failures with Github runners not having a GPU:
 | 
			
		||||
          # https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
 | 
			
		||||
          # https://github.com/ggml-org/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
 | 
			
		||||
          cmake -B build \
 | 
			
		||||
            -DCMAKE_BUILD_RPATH="@loader_path" \
 | 
			
		||||
            -DLLAMA_FATAL_WARNINGS=ON \
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/labeler.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/labeler.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,7 +11,7 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
      with:
 | 
			
		||||
        repository: "ggerganov/llama.cpp"
 | 
			
		||||
        repository: "ggml-org/llama.cpp"
 | 
			
		||||
    - uses: actions/labeler@v5
 | 
			
		||||
      with:
 | 
			
		||||
        configuration-path: '.github/labeler.yml'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user