Skip to content

Commit d54a895

Browse files
committed
Fix workflow active directory
1 parent f8c4a31 commit d54a895

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-wheels-0.1.62.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
- name: Build Wheel
6464
run: |
65+
Set-Location 'llama-cpp-python'
6566
$cudaVersion = $env:CUDAVER.Remove($env:CUDAVER.LastIndexOf('.')).Replace('.','')
6667
if ($IsWindows) {$env:CUDA_PATH = $env:CONDA_PREFIX; $env:CUDA_HOME = $env:CONDA_PREFIX}
6768
$env:VERBOSE = '1'

.github/workflows/build-wheels-0.1.66.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
- name: Build Wheel
6464
run: |
65+
Set-Location 'llama-cpp-python'
6566
$cudaVersion = $env:CUDAVER.Remove($env:CUDAVER.LastIndexOf('.')).Replace('.','')
6667
if ($IsWindows) {$env:CUDA_PATH = $env:CONDA_PREFIX; $env:CUDA_HOME = $env:CONDA_PREFIX}
6768
$env:VERBOSE = '1'

0 commit comments

Comments
 (0)