Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
ed6abba7
Commit
ed6abba7
authored
Jul 11, 2023
by
Jeffrey Morgan
Browse files
app: bundle real `ggml-metal.metal` instead of symlink
parent
b52a400c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/forge.config.ts
app/forge.config.ts
+1
-1
No files found.
app/forge.config.ts
View file @
ed6abba7
...
@@ -21,7 +21,7 @@ const config: ForgeConfig = {
...
@@ -21,7 +21,7 @@ const config: ForgeConfig = {
'
../ollama
'
,
'
../ollama
'
,
path
.
join
(
__dirname
,
'
./assets/ollama_icon_16x16Template.png
'
),
path
.
join
(
__dirname
,
'
./assets/ollama_icon_16x16Template.png
'
),
path
.
join
(
__dirname
,
'
./assets/ollama_icon_16x16Template@2x.png
'
),
path
.
join
(
__dirname
,
'
./assets/ollama_icon_16x16Template@2x.png
'
),
...(
process
.
platform
===
'
darwin
'
?
[
'
../ggml-metal.metal
'
]
:
[]),
...(
process
.
platform
===
'
darwin
'
?
[
'
../
llama/
ggml-metal.metal
'
]
:
[]),
],
],
...(
process
.
env
.
SIGN
...(
process
.
env
.
SIGN
?
{
?
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment