mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
copy metal kernels for macos
This commit is contained in:
parent
c92c1af697
commit
4d0201ac33
@ -363,10 +363,13 @@ jobs:
|
|||||||
cmake --build . --parallel --config Release
|
cmake --build . --parallel --config Release
|
||||||
mkdir ../osx-x64
|
mkdir ../osx-x64
|
||||||
cp -L *.dylib ../osx-x64
|
cp -L *.dylib ../osx-x64
|
||||||
|
cp ../../llama.cpp-mainline/*.metal ../osx-x64
|
||||||
|
ls ../osx-x64
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: gpt4all-backend
|
root: gpt4all-backend
|
||||||
paths:
|
paths:
|
||||||
- runtimes/osx-x64/*.dylib
|
- runtimes/osx-x64/*.dylib
|
||||||
|
- runtimes/osx-x64/*.metal
|
||||||
|
|
||||||
build-bindings-backend-windows:
|
build-bindings-backend-windows:
|
||||||
executor:
|
executor:
|
||||||
|
Loading…
Reference in New Issue
Block a user