Skip to content

Commit

Permalink
allow to trigger manually, fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Jan 30, 2024
1 parent 0ca32f7 commit 3e5b2eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: EditorConfig Checker

on:
workflow_dispatch: # allows manual triggering
inputs:
create_release:
description: 'Create new release'
required: true
type: boolean
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion examples/sycl/win-build-sycl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd build

:: for FP16
:: faster for long-prompt inference
:: cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icx -DCMAKE_BUILD_TYPE=Release -DLLAMA_SYCL_F16=ON
:: cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icx -DCMAKE_BUILD_TYPE=Release -DLLAMA_SYCL_F16=ON

:: for FP32
cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icx -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 3e5b2eb

Please sign in to comment.